Skip to content

Commit e08c4bc

Browse files
update docs
1 parent b32e9b7 commit e08c4bc

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ imports: [ AngularTechsLogosModule ]
4040

4141
<!-- Modification of size component -->
4242
<angular-techs-logos name="javascript" size="220px" />
43+
44+
<!-- raw -->
45+
<angular-techs-logos name="angular" [raw]="true" />
4346
```

projects/angular-techs-logos/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ imports: [ AngularTechsLogosModule ]
4040

4141
<!-- Modification of size component -->
4242
<angular-techs-logos name="javascript" size="220px" />
43+
44+
<!-- raw -->
45+
<angular-techs-logos name="angular" [raw]="true" />
4346
```

src/app/app.component.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ export class AppComponent {
6060
language: 'tsx',
6161
content: `<angular-techs-logos [hiddenLogos]="['vue', 'javascript', 'react', 'angular', 'android']" />`,
6262
},
63+
{
64+
name: 'raw',
65+
language: 'tsx',
66+
content: `<angular-techs-logos name="angular" [raw]="true" />`,
67+
},
6368
],
6469
};
6570
}

0 commit comments

Comments
 (0)