File

src/app/LibraryInfo/about/about.page.ts

Implements

OnInit

Metadata

selector app-about
styleUrls ./about.page.scss
templateUrl ./about.page.html

Index

Methods

Constructor

constructor()

Methods

ngOnInit
ngOnInit()
Returns : void
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-about',
  templateUrl: './about.page.html',
  styleUrls: ['./about.page.scss'],
})
export class AboutPage implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}
<ion-header>
  <ion-toolbar>
    <ion-title>about</ion-title>
  </ion-toolbar>
</ion-header>

<ion-content class="ion-padding">

</ion-content>

./about.page.scss

Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""