SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using latest versions of Angular (2/5/6) :
In your component.ts
//x.component.ts prefs = false; hidePrefs(){ this.prefs = true; }