diff --git a/projects/cdk/schematics/ng-update/v4/steps/constants/identifiers-to-replace.ts b/projects/cdk/schematics/ng-update/v4/steps/constants/identifiers-to-replace.ts index a608255a2b17..ffe1506d5f91 100644 --- a/projects/cdk/schematics/ng-update/v4/steps/constants/identifiers-to-replace.ts +++ b/projects/cdk/schematics/ng-update/v4/steps/constants/identifiers-to-replace.ts @@ -1017,4 +1017,14 @@ export const IDENTIFIERS_TO_REPLACE: ReplacementIdentifierMulti[] = [ moduleSpecifier: '@taiga-ui/cdk', }, }, + { + from: { + name: 'TuiNavigationModule', + moduleSpecifier: '@taiga-ui/proprietary-navigation', + }, + to: { + name: 'TuiProprietaryNavigation', + moduleSpecifier: '@taiga-ui/proprietary', + }, + }, ];