Skip to content

Commit

Permalink
fix missing mounter from ng-env template
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Sep 7, 2023
1 parent 4872b9f commit 77160d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export const mounterFile = () => {
return {
relativePath: './preview/mounter.ts',
content: `// eslint-disable-next-lineimport { createMounter } from '@teambit/angular-mounter';
content: `/* eslint-disable import/no-unresolved */
import { createMounter } from '@teambit/angular-mounter';
import { Component, ViewEncapsulation } from '@angular/core';
/**
Expand Down

0 comments on commit 77160d7

Please sign in to comment.