Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinanathsj29/angular-beginnersapp-demo-tutorial
A basic Angular Application/Demo example for beginners - will learn Angular Component, Directives like *ngFor, *ngIf, Data Binding & Interpolation, Routing & Navigation, HTTP-HTTPClient Service etc.
https://github.com/dinanathsj29/angular-beginnersapp-demo-tutorial
angular angular-cli angular-components angular-demo angular-directives angular-routing angular-routing-navigation data-binding http httpclient ngfor ngif
Last synced: 8 days ago
JSON representation
A basic Angular Application/Demo example for beginners - will learn Angular Component, Directives like *ngFor, *ngIf, Data Binding & Interpolation, Routing & Navigation, HTTP-HTTPClient Service etc.
- Host: GitHub
- URL: https://github.com/dinanathsj29/angular-beginnersapp-demo-tutorial
- Owner: dinanathsj29
- Created: 2019-06-25T05:24:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T01:31:06.000Z (almost 2 years ago)
- Last Synced: 2024-11-25T19:19:56.218Z (2 months ago)
- Topics: angular, angular-cli, angular-components, angular-demo, angular-directives, angular-routing, angular-routing-navigation, data-binding, http, httpclient, ngfor, ngif
- Language: TypeScript
- Size: 1.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular App for beginners
=====================Working with existing/cloned/copied Angular App
---------------------
- Clone or Download the project/app from Github or any other sources
- If using Visual Studio Code / Insiders, open Command panel/terminal from menu: View -> Terminal (shortcut key is `CTRL + BackTick` OR `COMMAND + J`)
- Go inside the project/app directory, command: `cd _examples-angular-peopleapp OR cd appName`
- Run command: `npm install` to install project/app dependencies `(node_modules)`
- To Build and run Angular App, command: `ng serve / npm start` OR `ng serve -o` OR `ng serve --open`
- To change the port from 4200 to other port - type command: `ng serve --port 5000`
- To check the application in browser type path/URL: `localhost:4200 / 5000`