Deploying Angular Apps to Github Pages TienAnhvn November 12, 2020Deploying Angular Apps to Github Pages You need to have Node.js, NPM and Angular CLI installed, you also need to generate a new Angular pr... Read more No comments:
Building Modern Web Apps with Python TienAnhvn November 12, 2020Building Modern Web Apps with Python The Angular CLI is a command line utility which allows you to quickly generate and build Angular 2+ app... Read more No comments:
Building Server Side Rendered Apps with the Angular TienAnhvn November 12, 2020Building Server Side Rendered Apps with the Angular First you need to have Git installed on your system. You need also to have Node.js and N... Read more No comments:
How To Read QR Codes In Angular TienAnhvn November 12, 2020 How To Read QR Codes In Angular Step 1: Create project ng new qrcode-reader Next navigate inside the root directory of your project : cd q... Read more No comments:
NgFor Directive in Angular TienAnhvn October 29, 2020 *ngFor Directive in Angular NgFor in Angular is a built-in template directive that makes it easy to iterate over something like an array o... Read more No comments:
Lazy Loaded Module Example in Angular 10/9 with loadChildren TienAnhvn October 24, 2020Lazy loading is the process of loading some features of your Angular application only when you navigate to their routes for the first time.... Read more No comments:
Angular 9/8 Nested Routing and Child Routes Example TienAnhvn October 24, 2020You can create a nested routing by defining child routes using the children property of a route (alongside a path and component properties).... Read more No comments: