angular2-materialize
Angular 2 support for Materialize CSS framework.
File Explorer
Download Latest Version (.zip)- favicon.ico
- index.html
- inline.f592a1d3a8b50f7a64df.bundle.js
- main.ef6f2578a84fea71a58a.bundle.js
- polyfills.1e0c2d5a82b8a9180851.bundle.js
- Roboto-Bold.c0f1e4a4fdfb8048c72e.woff2
- Roboto-Bold.eed9aab5449cc9c8430d.woff
- Roboto-Light.3c37aa69cd77e6a53a06.woff2
- Roboto-Light.ea36cd9a0e9eee97012a.woff
- Roboto-Medium.1561b424aaef2f704bbd.woff2
- Roboto-Medium.cf4d60bc0b1d4b231408.woff
- Roboto-Regular.3cf6adf61054c328b1b0.woff
- Roboto-Regular.5136cbe62a63604402f2.woff2
- Roboto-Thin.1f35e6a11d27d2e10d28.woff2
- Roboto-Thin.44b78f142603eb69f593.woff
- scripts.72b94b85d5ad63becf92.bundle.js
- styles.68fedd1e9185c1315903.bundle.css
- vendor.63c90f00fead7522d67c.bundle.js
- buttons.component.html
- buttons.component.scss
- buttons.component.spec.ts
- buttons.component.ts
- index.ts
- input.ts
- model-bindings.ts
- option.ts
- select.ts
- carousel.ts
- chips.ts
- collapsible.ts
- datepicker.ts
- dialogs.ts
- dropdown.ts
- forms.ts
- index.ts
- parallax.ts
- side-nav.ts
- tabs-routing.ts
- tabs.ts
- app.component.html
- app.component.scss
- app.component.ts
- app.module.ts
- app.routing.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- typings.d.ts
- .angular-cli.json
- CONTRIBUTORS.md
- karma.conf.js
- lib
- lib-dist
- package.json
- protractor.conf.js
- tsconfig.json
- tslint.json
- custom-event-polyfill.ts
- index.ts
- materialize-directive.ts
- materialize-module.ts
- tsconfig.json
- .gitignore
- .npmignore
- .travis.yml
- build.sh
- LICENSE
- package.json
- publishDocs.sh
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/InfomediaLtd/angular2-materialize
Downloads the entire project code from GitHub to your computer.
cd angular2-materialize
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install materialize-css --save
Downloads and installs the libraries listed in package.json.
npm install angular2-materialize --save
Downloads and installs the libraries listed in package.json.
npm install jquery@^2.2.4 --save
Downloads and installs the libraries listed in package.json.
npm install hammerjs --save
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
