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 8f1bf8e commit aad1d81Copy full SHA for aad1d81
src/app/app.component.ts
@@ -26,7 +26,7 @@ import { FormsModule } from '@angular/forms';
26
export class AppComponent {
27
constructor(private renderer: Renderer2) {}
28
29
- codeString: string = '<angular-techs-logos />';
+ codeString: string = 'npm install angular-techs-logos';
30
isModalActive: boolean = false;
31
techs: Tech[] = techs;
32
techsFiltered: string[] = [];
0 commit comments