Skip to content

Commit aad1d81

Browse files
add npm install angular-techs-logos
1 parent 8f1bf8e commit aad1d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { FormsModule } from '@angular/forms';
2626
export class AppComponent {
2727
constructor(private renderer: Renderer2) {}
2828

29-
codeString: string = '<angular-techs-logos />';
29+
codeString: string = 'npm install angular-techs-logos';
3030
isModalActive: boolean = false;
3131
techs: Tech[] = techs;
3232
techsFiltered: string[] = [];

0 commit comments

Comments
 (0)