Skip to content

Commit

Permalink
fix(kit): add @dynamic to fix ngcc build fail on generic parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Aug 28, 2023
1 parent 8bb0f97 commit 6c1d86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {TuiCountryIsoCode} from '@taiga-ui/i18n';
import {TUI_COUNTRIES_MASKS} from '@taiga-ui/kit/tokens';
import {tuiIsoToCountryCode} from '@taiga-ui/kit/utils';

// @dynamic
@Pipe({
name: `tuiIsoToCountryCode`,
})
Expand Down
1 change: 1 addition & 0 deletions projects/kit/pipes/to-country-code/to-country-code.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
tuiNotKzRegion,
} from '@taiga-ui/kit/utils';

// @dynamic
@Pipe({
name: `tuiToCountryCode`,
})
Expand Down

0 comments on commit 6c1d86c

Please sign in to comment.