Pergunta de entrevista da empresa Netcracker Technology

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().

Resposta da entrevista

Sigiloso

31 de jan. de 2021

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()

1