File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import {SidenavSectionComponent} from '../../components/layout/sidenav-section/s
88import { FormsModule } from '@angular/forms' ;
99import { PrismComponent } from '../../components/prism/prism.component' ;
1010import { CodeBlockVariationComponent } from '../../components/code-block-variation/code-block-variation.component' ;
11+ import { CodeBlockVariationOptionDirective } from '../../components/code-block-variation/code-block-variation-option.directive' ;
1112
1213const OS_OPTIONS = [
1314 {
@@ -47,6 +48,7 @@ function getCurrentOs(): OperatingSystem {
4748 FormsModule ,
4849 PrismComponent ,
4950 CodeBlockVariationComponent ,
51+ CodeBlockVariationOptionDirective ,
5052 ] ,
5153} )
5254export class StartOverviewComponent {
You can’t perform that action at this time.
0 commit comments