Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

Newly Updated Angular Github repo - package.json outdated


Hello,

First of all, great work on updating the template with KtUI and ReUI. I had downloaded pre-integrated angular project from github: https://github.com/keenthemes/metronic-tailwind-html-integration

package.json is still using tailwindcss 3.4.17 , instead of version 4.1 (latest) and does not include any of the latest packages like poppers, KtUi, etc.

{
"name": "metronic-tailwind-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.12",
"@angular/common": "^19.2.12",
"@angular/compiler": "^19.2.12",
"@angular/core": "^19.2.12",
"@angular/forms": "^19.2.12",
"@angular/platform-browser": "^19.2.12",
"@angular/platform-browser-dynamic": "^19.2.12",
"@angular/router": "^19.2.12",
"rxjs": "~7.8.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.13",
"@angular/cli": "^19.2.13",
"@angular/compiler-cli": "^19.2.12",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.8.3"
}
}

Also, app.component.ts does not import index or demo1 as it used to be in previous version.

I appreciate if you can update the github angular to reflect the latest changes.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi Umair

The KtUI is included with Metronic assets. We have to use different approach to integrate. There will be no longer index or demo1 in app.component.ts, but in angular.json.

Please refer to the latest docs.

http://keenthemes.com/metronic/tailwind/docs/getting-started/integration/angular

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(