Skip to content

Simple app that consumes Angular Material 2 components

Notifications You must be signed in to change notification settings

christikaes/material2-app

 
 

Repository files navigation

material2-app

Simple app that consumes Angular Material 2 components. Built with the angular-cli.

See it live: https://material2-app.firebaseapp.com/

Getting started

Clone this repo

git clone https://github.com/jelbourn/material2-app.git my-app
cd my-app

Install dependencies

npm install

Start the server!

npm start

This will run ng serve and the project is accessible at: http://localhost:4200/

You're all set (:

AOT/JIT Compilation

By default JIT compilation is enabled. To disable AoT compilation update /src/main.ts

About

Simple app that consumes Angular Material 2 components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.5%
  • TypeScript 31.8%
  • JavaScript 13.7%
  • CSS 13.6%
  • Shell 1.4%