Skip to content

ashishbpatil1/Angular4PlusMaterial

Repository files navigation

ap-angular-material

Startup template based on Angular 5+ and Angular Material.

What's included:

  • Angular 5+ & Typescript
  • Angular Material 5+ & CSS
  • Responsive layout
  • High resolution
  • Lots of awesome features:
    • Buttons
    • Checkboxes
    • Forms
    • Stepper
    • Autocomplete

And many more!

Demo

Live Demo

Documentation

This project is using Angular Tours of Heros and Angular Material.
This project was generated with Angular CLI version 1.2.1.

Development server

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|module.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.

Further help

To get more help on the Angular CLI use ng help or go check out the [Angular CLI README]
(https://github.com/angular/angular-cli/blob/master/README.md).

Command Line Help for Git Bash (Download)

Open Git Bash

  1. Navigate to code folder:
    cd /d/POC/ap-angular-material

  2. Initialize the git:
    git init

  3. Add read me file:
    git add README.md

  4. Set your github credential globally:
    git config --global user.email "[email protected]"
    git config --global user.name "Your Name"

  5. Commit: git commit -m "first commit"

  6. Add github link (taken from github):
    git remote add origin https://github.com/ashishbpatil1/Angular4PlusMaterial.git

  7. Push the code to github: git push -u origin master

  8. For next time: git status
    git add --all
    git status
    git commit -m 'comment here'
    git status
    git push origin master

About

Angularl And Angular Material

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published