Skip to content

Added a Webpack sample app #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ resources:
children:
- title: "Sample App"
url: /resources/sampleapp
- title: "NG1/ES6/Webpack2.x/Material/azyloading demo"
url: /resources/lazyloadingmaterial
22 changes: 22 additions & 0 deletions _resources/lazyloadingmaterial.md
Original file line number Diff line number Diff line change
@@ -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)