sebastianhaas

Results 31 comments of sebastianhaas

Same here, console output says `OTS parsing error: invalid version tag` in Chrome.

I just found out I had another loader config messing this up. I had something like ```js { test: /\.woff(2)?(\?v=.+)?$/, use: 'url-loader?limit=10000&mimetype=application/font-woff' }, { test: /\.(ttf|eot|svg)(\?v=.+)?$/, use: 'file-loader' }, ```...

Edit: It is checked, at least somehow, if the `directDependencies` flag is set. But also in that case, it is not implemented as documented.

Btw, pasted in from #1 > I used the following Event architecture: > http://stackoverflow.com/questions/12881212/does-typescript-support-events-on-classes > Problems arised when using chai-spies. typings/registry#545 > Had to alter tslintconfig because of palantir/tslint#1205. Waiting...

@matt-uib is this something we could do easily?

I've tried to fix this for myself, feel free to take a look here: https://github.com/sebastianhaas/angular2-cookie/tree/fix-aot-compile I added a `CookieModule` which you can import in your module. It will provide the...

You may want to check out salemdar/ngx-cookie.

Hi! SQL to create database is not required, you can tell loopback to provision the database on first startup.

Just call this https://github.com/sebastianhaas/medical-appointment-scheduling-server/blob/master/bin/automigrate.js

You could just `npm start` it and navigate to http://0.0.0.0:3000/explorer/swagger.json A YAML version is available by running `slc loopback:export-api-def` from the root directory (strongloop package is required for slc). Is...