You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/shared/app-common/drawer-page/drawer-page-side/drawer-page-side.component.ts

14 lines
349 B
TypeScript

import {ChangeDetectionStrategy, Component} from "@angular/core";
@Component({
selector: "app-drawer-page-side",
templateUrl: "./drawer-page-side.component.html",
styleUrls: ["./drawer-page-side.component.scss"],
changeDetection: ChangeDetectionStrategy.OnPush
})
export class DrawerPageSideComponent {
constructor() {
}
}