-
Notifications
You must be signed in to change notification settings - Fork 358
Upgrade from 2.1.0 to 3.0.0 beta.1 2
Priyanka edited this page Oct 15, 2019
·
1 revision
-
Upgrade to Angular 8 using Angular Upgrade guide : https://update.angular.io/#7.0:8.0
-
Upgrade the Covalent packages applicable to your project to their new versions:
"@covalent/code-editor": "3.0.0-beta.1-2",
"@covalent/core": "3.0.0-beta.1-2",
"@covalent/dynamic-forms": "3.0.0-beta.1-2",
"@covalent/echarts": "3.0.0-beta.1-2",
"@covalent/flavored-markdown": "3.0.0-beta.1-2",
"@covalent/highlight": "3.0.0-beta.1-2",
"@covalent/http-deprec": "2.1.1",
"@covalent/markdown": "3.0.0-beta.1-2",
"@covalent/text-editor": "3.0.0-beta.1-2",
"@covalent/tools": "2.0.1",
- If you are using covalent/code-editor than update glob in angular.json(to make monaco-editor javascript available to the app)
{
"apps": [
{
"assets": [
{
"glob": "**/*",
"input": "node_modules/monaco-editor/min",
"output": "/assets/monaco"
}
],
}
]
}
- If using @swimlane/ngx-charts or zone.js, upgrade them :
"@swimlane/ngx-charts": "11.2.0",
"zone.js": "0.9.1"