An open API service indexing awesome lists of open source software.

https://github.com/suraj-encoding/angular-todo

My First Angular Application. It maintains my Todo List
https://github.com/suraj-encoding/angular-todo

angular todolist

Last synced: 6 months ago
JSON representation

My First Angular Application. It maintains my Todo List

Awesome Lists containing this project

README

          

# πŸ•ΈοΈ 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