angular / material-start

Starter Repository for AngularJS Material
https://angularjs-material-start.web.app
MIT License
2.21k stars 1.21k forks source link

Add starter for Webpack, SCSS, and TypeScript #185

Open Splaktar opened 6 years ago

Splaktar commented 6 years ago

Many modern AngularJS developers have moved to Webpack, SCSS, and TypeScript. Currently we have a TypeScript starter branch but it uses JSPM and CSS.

It would be good to show the community a solid starter repo that combined Webpack, SCSS, and TypeScript so that we could

Splaktar commented 5 years ago

This Stackblitz was working previously with the Angular CLI, but it is now giving me CORS issues.

Splaktar commented 5 years ago

The TypeScript branch has been updated ot the latest version of AngularJS and TypeScript along with the master version of AngularJS Material. This should help move us in the right direction.

I wasn't able to update SystemJS because of breaking changes. We should probably skip messing with that and just go to Webpack.

Another issue that I ran into was that there are a lot of TS build errors from our @types/ including angular-material and jquery. I'm not sure of the best way to solve this atm.