You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can run and edit this live in your browser using https://stackblitz.com/github/ui-router/sample-app-angular-hybrid
9
4
10
5
This sample app is intended to demonstrate a non-trivial ui-router application.
11
6
@@ -24,6 +19,11 @@ This sample app is intended to demonstrate a non-trivial ui-router application.
24
19
`npm install`
25
20
`npm start`
26
21
22
+
### Webpack without Angular-CLI
23
+
24
+
The sample app uses the Angular CLI.
25
+
However, there is also a [branch which demonstrates a custom webpack config](https://github.com/ui-router/sample-app-angular-hybrid/tree/custom-webpack-config)) but no angular-cli.
26
+
27
27
### Visualizer
28
28
29
29
We're using the [State and Transition Visualizer](http://github.com/ui-router/visualizer) to visually represent
0 commit comments