We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf19a3 commit 085b459Copy full SHA for 085b459
tools/gulp/util/package-build.ts
@@ -43,7 +43,7 @@ export function composeRelease(packageName: string) {
43
44
/** Builds the bundles for the specified package. */
45
export async function buildPackageBundles(entryFile: string, packageName: string) {
46
- let moduleName = `ng.material.${packageName}`;
+ let moduleName = `ng.${packageName}`;
47
48
// List of paths to the package bundles.
49
let fesm2015File = join(DIST_BUNDLES, `${packageName}.js`);
0 commit comments