Giter Club home page Giter Club logo

learn-angular's Introduction

Learn-Angular

Learning Angular from Udemy

Angular 6 depends on Rxjs 6.

Framework, CLI and Material are 6.0.0. in sync,

Code : Animations :

  1. Import from @angular/animations

  2. removes the support for template tag and instead uses

  3. Registering providers : Before : To register a service, we would import and add it to the providers array. Now : This can be done with providedIn property. Services provided this way are exposed to the entire module and do not need to be imported for any specific component.

  4. ngModelChange : previously ngModelChange was emitted before its underlying control was updated.

ANGULAR CLI :

ngUpdate : analyzes package.json to recommend updates to the application. 3rd parties can provide update scripts based on schematics.

ngAdd : Add new capabilities to your application ng add @angular/material. So things like angular/material, progress webapps, service workers and angular elements is easier.

CLI + MATERIAL STARTER TEMPLATES :

material sidenav : ng generate @angular/material.materialNav-nav-name=my nav. generates a starter temlate which is responsive.

data table : ng generate @angular/material:material-table --name=my-table

CLI6 has support for workspaces containing multiple projects. They can use angular.json instead of angular-cli.json

ANGULAR ELEMENTS : ability to use angular components in other environments takes the angular component in custom elements

IVY : Next gen rendering engine. Increase the speed and decrease the app size. : for future

https://www.udemy.com/angular-mastering-the-basics/learn/v4/t/lecture/10462818?start=0

learn-angular's People

Watchers

James Cloos avatar Deepshikha Mohanta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.