diff --git a/_data/navigation.yml b/_data/navigation.yml index 0457b83104c3..85d39eb64efa 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -79,3 +79,5 @@ resources: children: - title: "Sample App" url: /resources/sampleapp + - title: "NG1/ES6/Webpack2.x/Material/azyloading demo" + url: /resources/lazyloadingmaterial diff --git a/_resources/lazyloadingmaterial.md b/_resources/lazyloadingmaterial.md new file mode 100644 index 000000000000..068ae8470b4e --- /dev/null +++ b/_resources/lazyloadingmaterial.md @@ -0,0 +1,22 @@ +--- +title: "UI-Router app with lazy Loading and Material Design for NG1" +excerpt: "A small app" +layout: "single" +permalink: /resources/lazyloadingmaterial/ +--- + + +## UI-Router/NG1/ES6/Webpack 2.x/Material 1.0 Sample Application + +This app is intended to demonstrate: + +- Multiple lazyloading feature modules, services, sass style sheets +- Material design +- named views and different sidbar views +- bundling and code splitting for lazyloading with webpack 2.x + +--- + +### Find the repo here + +[angular-1.6.x-webpack-components-material-es6](https://github.com/berzerk-interactive/angular-1.6.x-webpack-components-material-es6)