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

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

Awesome Lists containing this project

README

          

![simplinnovation](https://4.bp.blogspot.com/-f7YxPyqHAzY/WJ6VnkvE0SI/AAAAAAAADTQ/0tDQPTrVrtMAFT-q-1-3ktUQT5Il9FGdQCLcB/s350/simpLINnovation1a.png)

# 🅰 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)