Skip to content

Commit

Permalink
display feature name on variant revise page
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Oct 29, 2024
1 parent ac9cb4e commit daa39d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { CvcLoginPromptModule } from '@app/components/shared/login-prompt/login-
import { LetDirective, PushPipe } from '@ngrx/component'
import { NzGridModule } from 'ng-zorro-antd/grid'
import { CvcPipesModule } from '@app/core/pipes/pipes.module'
import { NzTypographyModule } from 'ng-zorro-antd/typography'

@NgModule({
declarations: [VariantsReviseView],
Expand All @@ -18,6 +19,7 @@ import { CvcPipesModule } from '@app/core/pipes/pipes.module'
VariantsReviseRoutingModule,
NzPageHeaderModule,
NzIconModule,
NzTypographyModule,
CvcPipesModule,
CvcSectionNavigationModule,
CvcLoginPromptModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
nzTheme="twotone"
[nzTwotoneColor]="'Variant' | entityColor"
nzType="civic-variant"></i>
<span nz-typography nzType="secondary"> {{ variant.feature.name }} </span>
{{ variant.name }}
</nz-page-header-title>

Expand Down

0 comments on commit daa39d0

Please sign in to comment.