wsk_angular 0.6.2
wsk_angular: ^0.6.2 copied to clipboard
Web Starter Kit for Angular
Web Starter Kit - Material Theme for AngularDart #
The WSK-Angular project is an implementation of Material Design in AngularDart with Googles Web Starter Kit.
This project provides a set of reusable and accessible UI components based on the Material Design system.
Web Starter Kit strives to give you a high performance starting point out of the box Responsive layout is included with the kit that adapts to fit the device your user is viewing it on.
The base-module for wsk_angular is wsk_material
Running sample can be found on wsk.angular.mikemitterer.at
###pub build + Angular###
If your AngularDart Application is in web - pub build should work out of the box but
if you want to build your samples in "example" pub build fails.
Here is my workaround:
mv web web.orig
ln -s example/styleguide/ web
pub build web
Another thing not to forget is to add all your views to pubspec.yaml - otherwise it won't work.
Features and bugs #
Please file feature requests and bugs at the issue tracker.