import { Component, OnInit } from '@angular/core'; @Component({ template: `

Settings

` }) export class Settings implements OnInit { constructor() { } ngOnInit() { } }