angularjs syllabus
1 | Introduction of angularjs |
2 | different angular versions |
3 | angular cli |
4 | node js introduction |
5 | setup nodejs with angular |
6 | typescript introdution |
7 | introduction of bootstrap |
8 | first demo app |
9 | component in angular js |
10 | module in anugular js |
11 | creation of component |
12 | component with CLI |
13 | nesting components |
14 | component template |
15 | component style and selectors |
16 | databinding |
17 | string interpolation |
18 | property binding |
19 | binding with custom events |
20 | combine form with data binding |
21 | custom properties |
22 | encapsulation |
23 | component lifecycle |
24 | hooks in angular js |
25 | directives in angular js |
26 | output list |
27 | ngif and else condition |
28 | stylling element with ngstyle |
29 | applying css class dynamically with angular js |
30 | renderer |
31 | Host binding and Host listener |
32 | Directive properties |
33 | ngswitch |
34 | dependancy injection |
35 | services and injection |
36 | data service |
37 | instance of service |
38 | use service in cross component |
39 | Hierarchy injector |
40 | Routing |
41 | Loading of routes |
42 | navigation and it path |
43 | styling of router link |
44 | relative path navigation |
45 | parameter in routing |
46 | routing parameter |
47 | observerable |
48 | nested routing |
49 | config query parameter |
50 | redirection routes |
51 | route configuration |
52 | redirection routes |
53 | route guard |
54 | navigation controlling |
55 | location strategies |
56 | form handling |
57 | reactive approach |
58 | template driven |
59 | access of forms |
60 | add validation in input |
61 | built in validation |
62 | Html5 validation |
63 | two way binding |
64 | grouping |
65 | radio button handling |
66 | patch form values |
67 | retrive forms |
68 | reactive form |
69 | form control arrays |
70 | async validation |
71 | pipes in angular |
72 | parameterizing a pipe |
73 | impure and pure pipe |
74 | async pipes |
75 | Http requests |
76 | get and put request |
77 | async with Http request |
78 | authentications |
79 | json web tokens |
80 | page and route |
81 | firebase SDK |
82 | sending token and requiring |
83 | authentication status |
84 | angular modules |
85 | app moduels |
86 | shared module |
87 | auth feature module |
88 | lazy loading |
89 | core module |
90 | AOT compilation with CLI |
91 | Http client |
92 | Request configuration with response |
93 | Request event |
94 | Http parameters |
95 | progress |
96 | interceptors |
97 | multiple interceptors |
98 | angular animation |
99 | Trigger and state |
100 | basic and adavance transaction |
101 | key frames in animation |
102 | grouping |
103 | animation call back |
104 | unit testing |