José R. Pereira Jr.

Results 3 comments of José R. Pereira Jr.

I can fix this by replacing "**action**":"android.intent.action.SET_ALARM" by "**intent**":"android.intent.action.SET_ALARM".

In order to get assets working, I've been need to write assets section like described in [angular-cli documentation](https://github.com/angular/angular-cli/wiki/stories-asset-configuration). Furthermore, I've been used export plugin, so its assets also has been...

@kahanu, I had to add the class into src/layout.css. However, I think that the best file to add it would be the component's CSS file (the component which inherits from...