starting ManageTriggerCustomGitComponent
This commit is contained in:
parent
5ef4357dec
commit
00b1f0e3cc
5 changed files with 74 additions and 2 deletions
|
@ -7,6 +7,7 @@ import { RegexMatchViewComponent } from "./directives/ui/regex-match-view/regex-
|
|||
import { NgModule } from "angular-ts-decorators";
|
||||
import { QuayRoutes } from "./quay-routes.module";
|
||||
import { DockerfilePathSelectComponent } from './directives/ui/dockerfile-path-select/dockerfile-path-select.component';
|
||||
import { ManageTriggerCustomGitComponent } from './directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component';
|
||||
|
||||
|
||||
var quayDependencies: any[] = [
|
||||
|
@ -55,6 +56,7 @@ if (INJECTED_CONFIG && INJECTED_CONFIG.RECAPTCHA_SITE_KEY) {
|
|||
declarations: [
|
||||
RegexMatchViewComponent,
|
||||
DockerfilePathSelectComponent,
|
||||
ManageTriggerCustomGitComponent,
|
||||
],
|
||||
providers: [
|
||||
ViewArrayImpl,
|
||||
|
|
Reference in a new issue