Angular - What are components, directives, data-binding. Explain types of compilation in Angular(AOT vs JIT). Very textbook like questions on Reactive forms. How to include external css file. What are observables? Constructor vs ngOnInit().
Sigiloso
Angular creates component of meta data and views .they are diffwrcence between ng build-aot and ng build-prod.their difference is ngOnlnit() affect how the code is structred ngOnlnit is a defalut cycle hook Class implement Onlnit( constructor() ) ngOnInit()