UNPKG

@nativescript/template-tab-navigation-ng

Version:
16 lines (13 loc) 355 B
import { Component, OnInit } from '@angular/core' @Component({ selector: 'Browse', templateUrl: './browse.component.html', }) export class BrowseComponent implements OnInit { constructor() { // Use the component constructor to inject providers. } ngOnInit(): void { // Use the "ngOnInit" handler to initialize data for the view. } }