Closed Makeon closed 7 years ago
^2
?
Hi @Makeon very soon I will upload a new and improved update
Sorry for the delay Update the latest version
npm i angular2-resizing-cropping-image@1.0.0-final.0 --save
This is not the end, there will be more improvements
Sorry, i am also facing same problem.
@ayya1987 what is the problem? I think it's the name of the module lyResizingCroppingImagesModule > LyResizingCroppingImagesModule and selector ly-cropping > ly-cropping-img
I have same issue too. very frustrating.
Same issue here
Is this repository a example of how to use the module angular2-resizing-cropping-image, I don't see the source code of this module here?
For those who has this problem, just add ".forRoot()" after the module. Ex.: LyResizingCroppingImageModule.forRoot()
This solved for me.
Up, have the same issue. using forRoot() is not working for me.
Solution from @Enlcxx works but you have to rename the tag:
<ly-cropping-img [hidden]="!Img._img.type" #Img format="png"></ly-cropping-img>
into
<ly-cropping [hidden]="!Img._img.type" #Img format="png"></ly-cropping>
Then you have this error:
No provider for LyTheme!
@numerized LyTheme
is to set the theme color of the components
follow the example below
https://alyle-ui.firebaseapp.com/#/get-started
@alyleui Can you just wrap each component in his own package ?
@Untel All components will depend on AlyleUIModule in AlyleUIModule you can set the colors for the components, you can use the components you want
@alyleui something is missing in your doc, I've followed exactly what you are showing us.
@numerized Are you using Angular cli?
I found the error https://plnkr.co/edit/ApSnTe?p=preview is rare that does not appear in demo
Thanks, I'm using Ionic3 cli
I'll make it compatible with ionic3
YEY !
install with npm install angular2-resizing-cropping-image use with angular-cli `import { NgModule } from '@angular/core'; import { lyResizingCroppingImagesModule } from 'angular2-resizing-cropping-image'; import { ImageUploadComponent } from './image-upload.component';
@NgModule({ declarations: [ ImageUploadComponent ], imports: [lyResizingCroppingImagesModule], exports:[ ImageUploadComponent ], providers: [] }) export class ImageUploadModule { }`
during compiling have reply: