Closed PaulRDX closed 6 years ago
Hi,
Could you give me more info? This main.ts is my file (from filemanager) or from your project?
The one imported by import { FileManagerModule } from '@rign/angular2-filemanager/main';
in app.module.ts
It seems like a configuration problem with new CLI. I'll check it.
Fixed in #18 .
Hi guys!
So I'm trying to implement your filemanager in a project but I'm not quite sure exactly how to proceed.
I ran
npm i @rign/angular2-filemanager
I have a CloudComponent where I want to use
<filemanager>Loading...</filemanager>
Here is my actual code:
cloud.component.ts:
cloud.component.html:
<filemanager>Loading...</filemanager>
app.module.ts:
When I run ng serve, i've got an error:
main.ts is missing from the TypeScript compilation