You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-8Lines changed: 22 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,32 @@
1
-
# MonProjetAngular
1
+
# Angular 9 training
2
2
3
-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.
3
+
This project deals with a lot of concepts that you need to know when you start with Angular:
4
+
- Components
5
+
- Directive and Pipes
6
+
- Data binding, Event listening using Observable and Subscription
7
+
- Services
8
+
- Routing
9
+
- Forms
10
+
- Interaction with server ...
4
11
5
-
## Development server
12
+
This project was generated during my Angular training in `OpenClassrooms` with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.
6
13
7
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
14
+
## Prerequisites
8
15
9
-
## Code scaffolding
16
+
To be able to run this application, you need these dependencies:
10
17
11
-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
18
+
- Nodejs
19
+
- npm package manager
12
20
13
-
## Build
21
+
## Running application
14
22
15
-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
23
+
1. Clone this repository : `git clone https://github.com/masteropen/angular-training.git`
24
+
25
+
2. Install dependencies : `npm install`
26
+
27
+
2. At the project root, run `ng serve` for a dev server.
28
+
29
+
3. Navigate to `http://localhost:4200`. The app will automatically reload if you change any of the source files.
0 commit comments