Filip Lauc

Results 65 comments of Filip Lauc

That's weird but what you can do is cd in to the example folder and run `npm install` and `tsc` you have to have typescript installed globally for this to...

Hey @ghidoz huh, I'm sorry man I haven't tried using the translate feature yet. I'll try looking in to this over the weekend, sorry I can't do it earlier.

Let me know if you dig something up by then.

Hi @dankil the library uses `ViewEncapsulation.None` so you should be able to override the css with out any problem. You can read more about it here: https://angular.io/docs/ts/latest/guide/component-styles.html#!#view-encapsulation

Thanks for pointing this out I'll have a look 👍

I'm having a hard time understanding this. This is the only code in the components.js file: ``` js "use strict"; var simple_notifications_module_1 = require('./src/simple-notifications.module'); exports.SimpleNotificationsModule = simple_notifications_module_1.SimpleNotificationsModule; var simple_notifications_component_1 =...

Hi @ilianiv, thanks for pointing it out. I do plan on updating. I hope to get it done this weekend.

No, this isn't a sw implementation. I'm also unsure if it can even be implemented through the same process. In any case, I'll look into it.

Did you ever manage to connect? I can't seem to figure it out, this is the url I'm trying: ``` `mongodb://${MONGO_CONFIG.auth.user}:${MONGO_CONFIG.auth.password}@mongod-0.mongodb-service,mongod-1.mongodb-service,mongod-2.mongodb-service:27017/${DB_NAME}` ```