mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
chore(e2e): add css back to e2e tests where it was missing
add css back to e2e tests where it was missing
This commit is contained in:
@ -2,7 +2,8 @@ import { Component } from '@angular/core';
|
||||
import { LoadingController, NavController } from 'ionic-angular';
|
||||
|
||||
@Component({
|
||||
templateUrl: 'page.html'
|
||||
templateUrl: 'page.html',
|
||||
styleUrls: ['style.css']
|
||||
})
|
||||
export class Page1 {
|
||||
constructor(public loadingCtrl: LoadingController, public navCtrl: NavController) {}
|
||||
|
Reference in New Issue
Block a user