Please enable JavaScript.
Coggle requires JavaScript to display documents.
angular.js (angular cli (ng generate, ng help, ng e2e, ng lint, ng doc, ng…
angular.js
-
angular building blocks
components
root component. All components different from root component are called child components of the root components.
-
-
-
-
-
-
-
-
-
-
-
-
-
routing and navigation
route configuration
path
-
-
-
parameter, example 'student/:id'
-
-
-
-
-
-
-
-
-
link
-
types of link
<a [routerLink]="['/student-details', student.id]">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-