![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@inexio/dg-ui
Advanced tools
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
This library was generated with Angular CLI version 9.0.7.
# Angular CLI
$ ng add @inexio/dg-ui
# NPM
$ npm install @inexio/dg-ui
Then, add the dg-ui
global styles and the dg-ui
theme to your project:
styles.scss
:
@import "~@inexio/dg-ui/dg-ui";
@import "~@inexio/dg-ui/dg-ui-theme";
Alternatively, you can also add the global dg-ui
styles to your angular.json
:
angular.json
:
{
"projects": {
"example-project": {
"architect": {
"build": {
"options": {
"styles": ["node_modules/@inexio/dg-ui/dg-ui.css"]
}
}
}
}
}
}
Simply run the following command to start the demo application. This also features hot reloading of changes made to library components.
$ ng serve
Run the following comands to build the library into the dist
folder:
# Development
$ ng build dg-ui
# Production
$ ng build dg-ui --prod
Push or merge into master and initiate a new package release by running the following command inside of dist/dg-ui
:
$ np
FAQs
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
The npm package @inexio/dg-ui receives a total of 0 weekly downloads. As such, @inexio/dg-ui popularity was classified as not popular.
We found that @inexio/dg-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.