https://github.com/lintangwisesa/angular-fundamental
🅰 Angular Fundamentals
https://github.com/lintangwisesa/angular-fundamental
angular frontend
Last synced: 3 months ago
JSON representation
🅰 Angular Fundamentals
- Host: GitHub
- URL: https://github.com/lintangwisesa/angular-fundamental
- Owner: LintangWisesa
- Created: 2019-08-14T08:24:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:47:54.000Z (over 3 years ago)
- Last Synced: 2025-02-26T00:48:40.612Z (over 1 year ago)
- Topics: angular, frontend
- Language: TypeScript
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 🅰 Angular Fundamentals
## ⭐ Getting Started
- ### Install ```angular-cli``` package
```
$ npm i -g @angular/cli
```
- ### Check Angular version
```
$ ng --version
```
- ### Initialize a new Angular project
```
$ ng new yourProjectName
// routing? yes
// styling? CSS
// share data with Google? no
```
- ### Running a project
```
$ cd yourProjectName
$ ng serve --open
```
#
## ⭐ This project setup
- ### Clone this repo & install all dependencies
```
$ git clone https://github.com/LintangWisesa/Angular-Fundamental.git
$ npm install
```
- ### Compiles and hot-reloads for development
```
$ ng serve --open
```
- ### Compiles and minifies for production
```
$ ng build
```
#
#### Lintang Wisesa :love_letter: _lintangwisesa@ymail.com_
[Facebook](https://www.facebook.com/lintangbagus) |
[Twitter](https://twitter.com/Lintang_Wisesa) |
[Google+](https://plus.google.com/u/0/+LintangWisesa1) |
[Youtube](https://www.youtube.com/user/lintangbagus) |
:octocat: [GitHub](https://github.com/LintangWisesa) |
[Hackster](https://www.hackster.io/lintangwisesa)