Skip to content

Bump bootstrap from 3.3.7 to 3.4.1 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
# MonProjetAngular
# Angular 9 training

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.
This project deals with a lot of concepts that you need to know when you start with Angular:
- Components
- Directive and Pipes
- Data binding, Event listening using Observable and Subscription
- Services
- Routing
- Forms
- Interaction with server ...

## Development server
This project was generated during my Angular training in `OpenClassrooms` with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.

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.
## Prerequisites

## Code scaffolding
To be able to run this application, you need these dependencies:

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`.
- Nodejs
- npm package manager

## Build
## Running application

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.
1. Clone this repository : `git clone https://github.com/masteropen/angular-training.git`

2. Install dependencies : `npm install`

2. At the project root, run `ng serve` for a dev server.

3. Navigate to `http://localhost:4200`. The app will automatically reload if you change any of the source files.

## Running unit tests

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "~9.1.6",
"@angular/platform-browser-dynamic": "~9.1.6",
"@angular/router": "~9.1.6",
"bootstrap": "^3.3.7",
"bootstrap": "^3.4.1",
"rxjs": "~6.5.4",
"rxjs-compat": "^6.5.5",
"tslib": "^1.10.0",
Expand Down