Patrick Kleckner

Results 1 comments of Patrick Kleckner

I think you are confusing `ROUTER_PROVIDERS` and `ROUTER_DIRECTIVES`. If I understand it correctly, `ROUTER_PROVIDERS` initializes navigation between pages (which is required once in `boot.ts`), and `ROUTER_DIRECTIVES` is used anytime you...