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:
How to add bootstrap 4 to Angular 10/9 Example TienAnhvn September 28, 2020We will see how to use Bootstrap to style apps built using Angular 10 . We'll see how to integrate Angular with Bootstrap , in various w... Read more No comments:
How to Install Your First App with Angular CLI 9 TienAnhvn August 31, 2020Angular is one of the most popular JavaScript frameworks created and developed by Google. In the last couple of years, ReactJS has gained a ... Read more No comments:
How to Create Components in Angular 9 TienAnhvn August 31, 2020In this post, you're going to learn about Angular components , how to create and use a component in a project, and what string interpola... Read more No comments:
How To Create An Optical Character Reader Using Angular TienAnhvn August 31, 2020 In this article, we will create an optical character recognition (OCR) application using Angular and the Azure Computer Vision Cognitive S... Read more No comments:
How to Retrieve Filename From a Blob Response in Angular TienAnhvn August 30, 2020If you're new to Angular, you might be wondering how to retrieve a filename from an API response . Imagine you have a method that makes ... Read more No comments:
How to Generate QR Codes in Angular 10 TienAnhvn August 30, 2020Creating QR codes in Angular is one of the problems commonly encountered by programmers in web-based application development. In this tutori... Read more No comments:
Should I Commit The node_modules Folder to Git TienAnhvn August 13, 2020Should you commit the node_modules directory to git? This is a very valid question. You need to consider both the advantages and disadvanta... Read more No comments: