Page 1 of 1

Not Working

Posted: 27 Nov 2017, 20:19
by Harlem
i opened command prompt and after going to proper directory, i used ng serve
and what i get in browser is "Cannot GET /"
And in angular CLI i get "ERROR: src/app/app.sidebartabcontent.component"' has no exported member 'AppSidebBarTabContentComponent'.

Re: Not Working

Posted: 01 Dec 2017, 11:16
by cagatay.civici
Issue is fixed now in next Atlantis release due next week with Angular 5 - PrimeNG 5 support, for now please rename;

export class AppSideBarTabContentComponent implements AfterViewInit, OnDestroy {

to

export class AppSidebBarTabContentComponent implements AfterViewInit, OnDestroy {

at app.sidebartabcontent.component.ts

Re: Not Working

Posted: 02 Dec 2017, 19:17
by etherwizard
Thanks. That fixed it for me.

Just an extra 'b'. No big deal. :D