Closed ahanriat closed 6 years ago
For me it looks like this:
import {
Component, Input, Output, EventEmitter, ViewEncapsulation, HostBinding, OnInit, OnChanges
} from '@angular/core';
Adding SimpleChanges
:
import { Component, Input, Output, EventEmitter, ViewEncapsulation, HostBinding, OnInit, OnChanges, SimpleChanges } from '@angular/core';
Component, Input, Output, EventEmitter, ViewEncapsulation, HostBinding, OnInit, OnChanges
} from '@angular/core';
This doesn't compile really well
I will take a look into it.
Hi guys!
Congrats for this amazing plugin 🎉
Just spotted an issue when having multiline imports:
Disclaimer: this issue is not linked to React Native, I'm just using it for the purpose of this issue ;)
Initial situation
Then the plugin add the import for the
Image
component from'react-native'
Current behaviour
Expected behaviour
Cheers 🚀