Álvaro A. Quirós

Results 5 comments of Álvaro A. Quirós

Thanks @zackarychapple. That's it. Even if you don't use it, you have to add the injector to the root ```app.component``` @tinesoft is it enough information for you or can I...

This is from the [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html#features-strings-use-single-quotes) **Use single quotes** > Ordinary string literals are delimited with single quotes ('), rather than double quotes (").

Hi! I think you are mixing concepts. If you are using Angular material you can use [virtual repeat](https://material.angularjs.org/latest/demo/virtualRepeat) I think this will gave you the effect that you want. To...

Hi! I don't know if your question is for the router or the ocLazyLoad module. **ui.router** You can use resolve to provide your controller with content or data that is...