creativetimofficial / ct-paper-dashboard-pro-angular

8 stars 10 forks source link

Use of moduleID #20

Closed Sauravsam85 closed 6 years ago

Sauravsam85 commented 6 years ago

Hi,

I want to understand the usage of moduleID in component.ts files. What is the purpose of using it?

While building the code using ng build, it fails for component.ts files which have moduleId: module.id. The following error is received: Cannot find name 'module'.

Any help is appreciated. Thanks Saurav

chelaruc commented 6 years ago

@Sauravsam85 you can remove it. It was for an older Angular version.