tv app
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { AvisoPage } from './aviso.page';
|
||||
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
|
||||
import { AvisoPageRoutingModule } from './aviso-routing.module';
|
||||
import { AutoResizeTextDirective } from '../../directives/auto-resize-text.directive';
|
||||
|
||||
import { AvisoPage } from './aviso.page';
|
||||
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user