Muhammad Hariz Faza

Results 14 comments of Muhammad Hariz Faza

yeah, angular1 is still far from being deprecated. and angular2 is still far from stable too.

somebody is already did angular2 version, but currently no update since last month. either way, angular1 is going to be transformed into angular2 step by step. the route component is...

@matheuspoleza not really meant it that way, sorry for the confusion. and yeah it will take a while before people moving to ng2, that's why its best to do it...

https://github.com/vladotesanovic/ngSemantic probably the best one. though i did say to start on ng1, but if its going to take a long time to decide, its better to jump ahead into...

@cyberwombat yeah, but its still the best out there. im curious as to how the heck PrimeNG do it.

@jmls if you actually read the comments you can actually find related projects to your question.

@chanakaDe actually it's mostly possible if the libraries did not have issues with angular. you only need to inject it directly inside html files. right before/after gulp-inject part. about login....

made it so everytime a uses clicks a page url, it runs a service that checks if that user have access to those pages.

@chanakaDe sorry for the long reply, put it inside run. something like this with ui-router ``` javascript (function () { 'use strict'; angular .module('BlurAdmin') .run(runBlock); /** @ngInject */ function runBlock(AuthService,...