Closed staizen-frankie closed 2 years ago
Hello, there seems to be an issue with tagging when there is multiple components that depends on each other in the same workspace.
bit version : 0.0.867 node version : v16.16.0 npm version : 6.14.17 yarn version : 1.22.19 angular: teambit.angular/angular@1.2.17
bit create ng-module card
bit create ng-module profile
import card component into profile
import { NgModule } from '@angular/core'; import { CardModule } from '@ng-frankie/test-ng-v13.card'; import { ProfileComponent } from './profile.component'; @NgModule({ declarations: [ ProfileComponent ], imports: [ CardModule ], exports: [ ProfileComponent ] }) export class ProfileModule {}
Hello, this should be resolved with the last version (1.2.18), let me know if you still have the issue.
Hello, there seems to be an issue with tagging when there is multiple components that depends on each other in the same workspace.
Envrionment:
Steps to reproduce:
bit create ng-module card
bit create ng-module profile
import card component into profile
Error: