WEBER Antoine

Results 53 comments of WEBER Antoine

seems fixed by 2.0.0.beta-7 Can you confirm ?

Assets are needed for the translation files and for default img, like avatar. Documentation README is up to date on the relative branche, it will appear on github page when...

Hello, As said in the readme: you can declarer a route with the Layout for login ``` // not logged routes { component: LayoutLoginComponent, path: 'login' }, ```

more precisely, you can use the LayoutLogin and your own login component like so: ``` { children: [ { component: MyLoginComponent, path: '' } ], component: LayoutLoginComponent, path: 'login', }...

Hello, I haven't work with angular for a while now, so I don't have implemented new version since the new rxjs syntax bump. But I will be happy to merge...

btw, you should start by "npm install [email protected]" which was the latest beta compatible with angular6

V2 now integrate a control-sidebar service

Hello, It seems that's a breaking change introduced by angular10. I supposed that a new way to declare module is required but I have no idea on how to do...

Hello, How are we supposed to use the AppLoadingComponent ? Can you provide Example ?

Okay I will keep you posted with my avancement on that. Seems to have everything needed here : https://github.com/PhilipsHue/PhilipsHueSDK-Java-MultiPlatform-Android So it shouldn't take to long to have a first try...