#javascript
Read more stories on Hashnode
Articles with this tag
In Angular we have many directives and ng-template, ng-content and ng-containers are those directives that can be used for content projections. they...
An angular app is made of multiple components, If your app has few components then it will take not much time to load in the browser but what if your...
In programming, we store the data in memory and if we want to tell the compiler that what kind of value its going to be. and to operate on variables...