emptytext icon indicating copy to clipboard operation
emptytext copied to clipboard

Components in folder

Open Muneem opened this issue 7 years ago • 1 comments

I try to create components in folder in lib. Like in library folder i create one more folder and in empty-text.ts i added following line

export * from "./inspectionReport/inspectionReport.component";

It is build correctly and even it is also added in umd file but in dist folder i cant see any folder created there and i cant use it in my project.

So how to create modules in different folders?

Muneem avatar Dec 06 '17 16:12 Muneem

@Muneem it shouldn't have the folder in dist folder because it's bundled in bundled file (umd file in this case)

Elecweb avatar Apr 10 '18 08:04 Elecweb