shibbir / generator-angular2-typescript

Yeoman generator to scaffold out a front-end project with angular, typescript, webpack and much more..
https://www.npmjs.com/package/generator-angular2-typescript
MIT License
35 stars 7 forks source link

Foundation integration: does it work? #16

Closed smartm0use closed 8 years ago

smartm0use commented 8 years ago

I installed the package selecting Foundation. Then I tried to use some Foundation code, but it doesn't work. For example if I put inside the template of a component the code for creating a slider (http://foundation.zurb.com/sites/docs/slider.html) it doesn't work.

Why? Shouldn't it work? Otherwise why we import Foundation JS file?

shibbir commented 8 years ago

Hi @smartm0use, Which loader did you choose? Webpack or SystemJS ?

smartm0use commented 8 years ago

SystemJS. Thank you.