Fabian Schweizer
Fabian Schweizer
@shahmirn You did not have to the problem I described in https://github.com/yuyang041060120/ng2-validation/issues/59?
So far I found out that the facade folder is missing in the compiled state but I don't know why it is missing. (the screen is from the browser, not...
I tried to integrate this module in a fresh installation of https://github.com/AngularClass/angular2-webpack-starter/ which did fail with the same error. When doing a angular-lci project from scratch it works. So it...
As far as I know you can set a default title with this module. Depending on what component you call you can update the title, but this is done after...
Getting the same error :/
@romanzdk did you get this ever to work since end of april?
Hi @justin808 Thanks for the reply. Well, I guess I am already exposing jQuery with the ProvidePlugin ``` new ProvidePlugin( { jQuery: 'jquery', $: 'jquery', jquery: 'jquery' } ), ```...
As far as I can see jQuery itself is imported as I can use $('.someselector') without problems. But it looks definitely like the bootstrap scripts are not loaded so far....
Not sure but I use the raw-loader for scss, might help in your case :) ``` { test: /\.scss$/, use: ['raw-loader', 'sass-loader'] }, ```
Nice idea +1