panagulis72

Results 5 issues of panagulis72

Hi, I'm using the following code for the html: ``` {{templateEl.name}} ```` This is the Angular code: ``` templates: TextTemplate[]; result$: Subscription; templatesCount: number; fromRecord: number; numRecords: number; currentPage: number;...

Hi, I'm using Angular 6 and RxJS6. I'm saving into the application Store a boolean, 'isSidenavOpened'. All works fine, but I enabled the backdrop and I'm not able to intercept...

bug
enhancement

I created a custom Library with Angular Cli. It has the following structure: - dist - projects - customLib - src - assets - icons - lib - button The...

The new overrideLocale function (with 4.2 version of this plugin) doesn't work with Android

Hi, I'm making a GET call but no params/body are send to the server: ``` let httpRequestHeader = { Content-type:"application/json" }; let httpRequestBody = { test: '123' }; Https.request({ url:...