mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix: DOCUMENT token module specifier
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { DOCUMENT, Injectable, NgZone, Inject } from '@angular/core';
|
||||
import { DOCUMENT } from '@angular/common';
|
||||
import { Injectable, NgZone, Inject } from '@angular/core';
|
||||
import { Platform as PlatformBase } from '@ionic/angular/common';
|
||||
import { isPlatform, getPlatforms } from '@ionic/core';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { DOCUMENT, Injectable, NgZone, Inject } from '@angular/core';
|
||||
import { DOCUMENT } from '@angular/common';
|
||||
import { Injectable, NgZone, Inject } from '@angular/core';
|
||||
import { Platform as PlatformBase } from '@ionic/angular/common';
|
||||
import { isPlatform, getPlatforms } from '@ionic/core/components';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user