Skip to content

Change name of module where ngHtml2JsPreprocessor is generating templates #15

Description

@slavede

It should not be name of the app, but new module...e.g. 'ngTemplates' so in the tests we don't have to include entire app to get template, but just the modules we are testing:

ngHtml2JsPreprocessor: {
-      moduleName: 'ApplicationName'
+      moduleName: 'ngTemplates'
     },

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions