nebular icon indicating copy to clipboard operation
nebular copied to clipboard

Upgradation of Nebular Theme (4.4.0 to 9.0.1) wrt Angular (8.2.3 to 13.2.1)

Open MaheshSapte opened this issue 3 years ago • 2 comments
trafficstars

While Upgradation of Nebular Theme(4.4.0 to 9.0.1) wrt Angular (8.2.3 to 13.2.1) I am facing following issues:

i)'nb-card-header' is not a known element:

If 'nb-card-header' is an Angular component, then verify that it is part of this module. If 'nb-card-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ii)No directive found with exportAs 'ngModel'.

[(ngModel)]="startupWizard.company.state" #state="ngModel">

iii)Can't bind to 'ngModel' since it isn't a known property of 'input'. [(ngModel)]="startupWizard.company.state" #state="ngModel">

I would like to know the best possible option to upgrade Nebular to Angular version 13?. Does latest version of Nebular 9.1 support angular 13?.If yes, how can we migrate the old components to the latest one.

Issue type

I'm submitting a ... (check one with "x")

  • [ ] bug report
  • [ ] feature request

Issue description

Current behavior:

Expected behavior:

Steps to reproduce:

Related code:

insert short code snippets here

Other information:

npm, node, OS, Browser

<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->

Angular, Nebular

<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->

MaheshSapte avatar Feb 09 '22 11:02 MaheshSapte

Have you tried deleting your package-lock.json and node_modules file and re-execute npm install ?

emiletab avatar Feb 26 '22 18:02 emiletab

Yes, several times this is done along with that I have updated all the Dependencies and dev Dependencies.

February 27, 2022 12:29 AM, "Emile Tab." @.*** @.@.>)> wrote: Have you tried deleting your package-lock.json and node_modules file and re-execute npm install ?

Reply to this email directly, view it on GitHub (https://github.com/akveo/nebular/issues/3023#issuecomment-1052461920), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AXEHWDK2ZTOUUTN6K53JTD3U5EPINANCNFSM5N5IUH4A). Triage notifications on the go with GitHub Mobile for iOS (https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or Android (https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub). You are receiving this because you authored the thread.Message ID: @.***>

MaheshSapte avatar Mar 07 '22 07:03 MaheshSapte