Suraj-Encoding / Angular-Todo

My First Angular Application. It maintains my Todo List

Home Page:https://mytoodo.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ•ธ๏ธ My First Angular Application ๐Ÿ•ธ๏ธ

Site is Live on : ๐Ÿ‘‡

           https://mytoodo.web.app/

About Angular :

  • Popular Frontend Framework of JavaScript
  • It is maintained by Google
  • Angular means Angular.Js
  • Used to design Single Page Applications (SPA)
  • Website having only one web page
  • Website is divided into components
  • Which increase the maintainability of your website
  • Example - Youtube and Gmail are Angular Applications
  • In SPA when we go from one page to another page, website never reload..
  • Angular is very fast
  • Follows DRY Principle
  • Angular is complete TypeScript -> It is based on TypeScript
  • TypeScript is super-set of JavaScript
  • TypeScript is a programming Language with extention '.ts'
  • Alternative of Angular:
    • React i.e React.Js -> (By Facebook)
    • Veu i.e Veu.Js
    • These are also Javascript Frameworks

Learn more about angular: ๐Ÿ‘‡

              https://angular.io/docs

Important Scripts:

npm install -g @angular/cli

Install angular in your computer globally

ng new app-name

Generates basic code of angular for you

ng serve

Runs the app in the development mode.
On http://localhost:4200

The page will reload when you make changes.
You may also see any lint errors in the console.

ng build

Builds the app for production to the dist folder.
It correctly bundles Angular in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

It convert angular website to static website

About

My First Angular Application. It maintains my Todo List

https://mytoodo.web.app/


Languages

Language:TypeScript 57.6%Language:HTML 39.1%Language:CSS 3.2%