Rohit-B-Kadam / Angular-Notes

Learn Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This Project Contain


Important

  • The <app-root> tag is where our application will be rendered.

  • app-root is a component that is defined by our Angular application.

  • This is the fundamental idea behind components: we will teach the browser new tags that have custom functionality attached to them.

  • the ng serve command live-compiles our .ts to a .js file automatically.

  • Decorator is indentify by @.

  • We can think you decorators as a metadata to our code.

  • Remember every component you write must be declared in one NgModule before it can be used in a template.


Open Source Project

  1. https://www.akveo.com/blog/top-7-nicely-looking-free-open-source-angular-projects

About

Learn Angular


Languages

Language:TypeScript 71.4%Language:JavaScript 15.2%Language:HTML 11.9%Language:CSS 1.5%