angular2-features
Angular CRUD ops, Modals, Animations, Pagination, DateTimePicker, Directives and much more..
File Explorer
Download Latest Version (.zip)- settings.json
- styles.css
- home.component.html
- home.component.ts
- schedule-edit.component.html
- schedule-edit.component.ts
- schedule-list.component.html
- schedule-list.component.ts
- highlight.directive.ts
- mobile-hide.directive.ts
- date-format.pipe.ts
- data.service.ts
- config.service.ts
- items.service.ts
- lower-case-url-serializer.ts
- mapping.service.ts
- notification.service.ts
- interfaces.ts
- user-card.component.html
- user-card.component.ts
- user-list.component.html
- user-list.component.ts
- app.component.html
- app.component.ts
- app.module.ts
- app.routes.ts
- main.ts
- rxjs-operators.ts
- index.js
- package.json
- .bowerrc
- .gitignore
- .jscsrc
- appveyor.yml
- bower.json
- favicon.ico
- gulp.config.js
- gulpfile.js
- index.html
- licence
- package.json
- README.md
- systemjs.config.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/chsakell/angular2-features
Downloads the entire project code from GitHub to your computer.
cd angular2-features
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
