You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can add a querystring to load your components
Example:-
@Component({
selector: 'app-test',
templateUrl: './test.component.html?p=' + Math.random(),
styleUrls: ['./test.component.css?p=' + Math.random()'],
});
Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.
Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-linear development.
What is a Git protocol?
This is a special daemon that comes packaged with Git; it listens on a dedicated port (9418) that provides a service similar to the SSH protocol, but with absolutely no authentication.
The default SSH port (22) is dedicated to Git and SSH application network traffic.
# First open yourr terminal and goto user home directory
$ cd ~
$ nano .bash_profile
# After then put this line
$ export JAVA_HOME=/usr/libexec/java_home
# And then press Control + x and After then put this command
$ source .bash_profile
Convert From/To Binary/Decimal/Hexadecimal in JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters