New to Angular. Trying to define page title inside the page class and display it in the nav menu.
Tried console logging Page1.title from myApp/app/app.ts, but Sublime Text shows:
ERROR: Property 'title' does not exist on type 'typeof Page1'
How can I access page class properties from the main app class?
angularjs
tag. - Günter Zöchbauer