New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flexi-ui-package

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexi-ui-package - npm Package Compare versions

Comparing version 19.0.7 to 19.0.9

12

package.json
{
"name": "flexi-ui-package",
"version": "19.0.7",
"version": "19.0.9",
"peerDependencies": {

@@ -16,2 +16,12 @@ "@angular/common": "^19.0.0",

"schematics": "./schematics/collection.json",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanerSaydam/flexi-ui.git",
"directory": "projects"
},
"bugs": {
"url": "https://github.com/TanerSaydam/flexi-ui/issues"
},
"homepage": "https://github.com/TanerSaydam/flexi-ui#readme",
"module": "fesm2022/flexi-ui-package.mjs",

@@ -18,0 +28,0 @@ "typings": "index.d.ts",

69

README.md

@@ -1,63 +0,30 @@

# Schematics
# Flexi UI Packages
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0.
## Installation
## Code scaffolding
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
```bash
ng generate component component-name
ng add flexi-ui-package
```
For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:
## Quick Overview
```bash
ng generate --help
```
Flexi UI packages provide a seamless way to enhance your Angular project with a suite of powerful UI components.
## Building
## Included Components
To build the library, run:
The Flexi UI package includes the following components to help you build modern and user-friendly interfaces:
```bash
ng build schematics
```
- **Flexi Grid**: A flexible and customizable grid component.
- **Flexi Button**: Stylish button components.
- **Flexi Select**: User-friendly dropdowns and selectors.
- **Flexi Treeview**: A tree structure list component.
- **Flexi Toast**: Notifications and alerts for your application.
- **Flexi Popup**: Dynamic modal and popup windows.
- **Flexi Tooltip**: Informative tooltips.
- **Flexi Stepper**: Step-based forms and workflows.
This command will compile your project, and the build artifacts will be placed in the `dist/` directory.
## Documentation
### Publishing the Library
For detailed information and usage examples, check out the documentation:
Once the project is built, you can publish your library by following these steps:
1. Navigate to the `dist` directory:
```bash
cd dist/schematics
```
2. Run the `npm publish` command to publish your library to the npm registry:
```bash
npm publish
```
## Running unit tests
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
```bash
ng test
```
## Running end-to-end tests
For end-to-end (e2e) testing, run:
```bash
ng e2e
```
Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
## Additional Resources
For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
👉 [Go to Documentation](https://flexi-ui.ecnorow.com/)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc