Skip to content

Static Pages

binarybox edited this page Aug 15, 2017 · 7 revisions

All static pages are html Pages and have to be in the folder assets/statics To find the Page on the menu you have to add it in the menu.componenent.ts in the variable links.

{ url: (string) has to be the name of the file without html, name: (string) will be the name in the dropdown menu }

The order of the objects in the link variable is the order of the dropdown menu.

Clone this wiki locally