Please enable JavaScript.
Coggle requires JavaScript to display documents.
angular (Tutorial (Routing (ng generate module app-routing --flat -…
angular
Tutorial
-
-
The Hero Editor
-
import the Component symbol from the Angular core library and annotate the component class with Component.
-
-
-
-
-
-
Routing
-
-
-
-
The route.snapshot is a static image of the route information shortly after the component was created.
-
-
-
Fundamentals
-
Template & data binding
-
-
-
-
Component Styles
-
-
import 'hero-details-box.css';
-
-
-
Pipes
-
pure pipe
string, number, boolean, etc): lowercase, uppercase, date, etc.
-
-
structure
File
app/app.component.{ts,html,css,spec.ts}
HTML template, CSS stylesheet, and a unit tes
-
-
-
-
-
tsconfig.{app|spec}.json
TypeScript compiler configuration for the Angular app (tsconfig.app.json) and for the unit tests (tsconfig.spec.json).