custom directive in angular
In This Blog, you are going to learn that how to create custom directives in angular application. Some times pre-defined directive not enough
STYLE BINDING IN ANGULAR
In This Blog, you will learn the important concept as far as designing in angular is concern, style binding is one of the ways to apply css on elements in our user interface in angular.
INTERPOLATION IN ANGULAR
Interpolation allows us to include expressions as part of any string literal, which we use in our HTML.
In Web Development, The Angular is a SPA (Single Page Application) framework, and a view is made of one or more component.
CREATING FIRST ANGULAR APP
To create a new workspace and initial starter app, Run the CLI command ng new and provide the name new-app, as shown here