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 e5120b4 commit 65286e9Copy full SHA for 65286e9
1 file changed
src/app/app.module.ts
@@ -20,6 +20,7 @@ import { UsageComponent } from './component/usage/usage.component';
20
import { AboutUsComponent } from './component/about-us/about-us.component';
21
import { DependencyGraphComponent } from './component/dependency-graph/dependency-graph.component';
22
import { Teams } from './component/teams/teams.component';
23
+import { ToStringValuePipe } from './pipe/to-string-value.pipe';
24
25
@NgModule({
26
declarations: [
0 commit comments