Angular is a popular framework, which has replaced most of the top ranking framework out there. It is an open source superhero and self-motivated JavaScript Framework. The features like less coding and effective time-saving make this a buzzword in the world of web development. The Angular is written in JavaScript that allows applying HTML as […]
Angular Service Worker
A new Angular Service Worker — creating automatic progressive web apps. Part 1: theory https://medium.com/progressive-web-apps/a-new-angular-service-worker-creating-automatic-progressive-web-apps-part-1-theory-37d7d7647cc7 A new Angular Service Worker — creating automatic progressive web apps. Part 2: practice https://medium.com/google-developer-experts/a-new-angular-service-worker-creating-automatic-progressive-web-apps-part-2-practice-3221471269a1
20 Amazing Angular 4 Tables
20 Amazing Angular 4 Tables
Free Angular Books and Tutorials
CodeCademy Angular Shaping up with Angular.js Angular 5 (formerly Angular 2) – The Complete Guide Angular Crash Course for Busy Developers https://angular-2-training-book.rangle.io/
UI components for Angular
PrimeNG https://www.primefaces.org/primeng/ https://github.com/primefaces/primeng/ https://medium.com/@OlegVaraksin/simple-ways-to-create-a-new-theme-in-primeng-12d9bbe3fc60 http://blogs.bytecode.com.au/glen/2016/10/27/primeng-with-angular-cli.html PrimeNG – UI components for Angular 2 https://www.youtube.com/results?search_query=primeng Angular Material Design Lite http://mseemann.io/angular2-mdl/ https://www.youtube.com/results?search_query=material+design+lite Clarity https://vmware.github.io/clarity/ FancyGrid https://fancygrid.com
Angular 2 Notes for Professionals book
Download Here the Angular 2 Notes for Professionals book Download here the AngularJS Notes for Professionals book. Chapters for Angular 2 Getting started with Angular 2 Components Modules Pipes Page title Angular – ForLoop Http Interceptor Templates Component interactions Dynamically add components using ViewContainerRef.createComponent Directives Directives & components : @Input @Output Angular 2 Custom Validations […]
How to start an Angular project using Material Design
reference: https://material.angular.io/ While in your project folder npm install –save @angular/material @angular/cdk Some Material components depend on the Angular animations module in order to be able to do more advanced transitions. If you want these animations to work in your app, you have to install the @angular/animations module and include the BrowserAnimationsModule in your app. […]
Questions about NGSW: 1. If we installed an app using AngularCLI but forgot to add ServiceWorker, ho...
To add a SW to a new app we use ng new my-project –service-worker which adds the service-worker package along with setting up the necessary files to support service workers To add SW to an existing app Add the service worker package. Enable service worker build support in the CLI. Import and register the service […]
Create a QR Code Generator with Angular
What is a QR Code? 1. We start by creating an Angular project using Angular CLI: ng new qrcode-generator 2. We install ngx-qrcode, an Angular Component library for Generating QR (Quick Response) Codes. npm install @techiediaries/ngx-qrcode –save 3. Enter into your project folder and open your favorite code editor cd qrcode-generator atom . or code . […]
What’s new in Angular 6
Version 6 continues an emphasis on being smaller, faster and easier to use. To help achieve these goals, the version 6 beta features a new renderer called Ivy. The beta also adds an optional, backward-compatible generic type to support typed nativeElement. Ivy renderer The Ivy renderer, intended to make it easier to debug with Angular […]