Angular command

The above command generate about module and it will also generate about component and add module route in app routing. ng g m about --module app --route about npm uninstall -g @angular/clinpm cache clean --forcenpm cache verify npm install -g...
Read More ⟶

JIT and AoT in Angular

In this another small article I am going to explain what is different between JIT and AoT in Angular and which one is better. Just In Time (JIT) and Ahead of Time (AoT) is Angular compiler which runs in Angular background Just in Time (JIT) Inefficent for...
Read More ⟶