mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(): fix angular style import (#7722)
This commit is contained in:
committed by
Brandy Carney
parent
c11ae69b12
commit
1d33da9a56
@@ -1,5 +1,5 @@
|
||||
import {Injectable} from '@angular/core';
|
||||
import {HammerGestureConfig} from '@angular/platform-browser';
|
||||
import { Injectable } from '@angular/core';
|
||||
import { HammerGestureConfig } from '@angular/platform-browser';
|
||||
|
||||
/* this class override the default angular gesture config.
|
||||
* The motivation for this is enabling pinch, rotate or
|
||||
|
||||
Reference in New Issue
Block a user