starting ManageTriggerCustomGitComponent

This commit is contained in:
alecmerdler 2017-02-17 17:08:33 -08:00 committed by Joseph Schorr
parent 5ef4357dec
commit 00b1f0e3cc
5 changed files with 74 additions and 2 deletions

View file

@ -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,