remove unnecessary css && update app.code

This commit is contained in:
Çetin
2021-12-23 12:02:33 +03:00
parent 6d82b10cd3
commit bbab294d80
7 changed files with 49 additions and 168 deletions

View File

@@ -7,7 +7,6 @@ import { CommonModule } from '@angular/common';
<pre [ngClass]="'language-' + lang"><code #code><ng-content></ng-content>
</code></pre>
`,
styleUrls: ['./app.code.component.scss']
})
export class AppCodeComponent implements AfterViewInit {