This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/config_app/js/components/load-config/load-config.component.ts
Sam Chow 690b7674e7 Create intial config setup modal
remove the registry title
2018-06-13 16:44:12 -04:00

11 lines
No EOL
237 B
TypeScript

import { Input, Component, Inject } from 'ng-metadata/core';
const templateUrl = require('./load-config.html');
@Component({
selector: 'load-config',
templateUrl,
})
export class LoadConfigComponent {
constructor() {
}
}