Skip to content

Commit

Permalink
prefix lib name with @sagebionetworks/
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Sep 23, 2024
1 parent bc1760b commit 40cb27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/sandbox/angular-app/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import { RouterModule } from '@angular/router';
import { NxWelcomeComponent } from './nx-welcome.component';
import { SandboxAngularLibComponent } from 'sandbox-angular-lib';
import { SandboxAngularLibComponent } from '@sagebionetworks/sandbox-angular-lib';

@Component({
standalone: true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@sagebionetworks/shared/web-components": [
"libs/shared/typescript/web-components/src/index.ts"
],
"sandbox-angular-lib": ["libs/sandbox/angular-lib/src/index.ts"]
"@sagebionetworks/sandbox-angular-lib": ["libs/sandbox/angular-lib/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
Expand Down

0 comments on commit 40cb27a

Please sign in to comment.