mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(angular): Config provider
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
|
||||
import { PlatformConfig } from '@ionic/core';
|
||||
import { HostListener } from '@angular/core';
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
@Injectable()
|
||||
export class Platform {
|
||||
|
||||
private _platforms: PlatformConfig[] = [];
|
||||
|
Reference in New Issue
Block a user