@ariasc/ng-core
v17.4.14
Published
**Making Angular development simpler and more efficient.**
Downloads
1,614
Readme
ng-core
Making Angular development simpler and more efficient.
🚧 Work in Progress
This library is currently in active development and experimentation. Its API and features are subject to change as we refine the design and add new functionality.
If you're here early, thank you for your interest! Please feel free to test it out, but note that breaking changes may occur frequently.
📖 About
ng-core
is designed to simplify the development of Angular applications by providing reusable modules and utilities for common development needs.
Features (Planned and Experimental):
- 🚀 Streamlined Angular development tools.
- ⚙️ Reusable utilities and modules for app developers.
- 📦 Ready-to-use services and directives.
Stay tuned for more features as we continue to build and improve this library!
🛠 Installation
Install the library via npm:
npm install @ariasc/ng-core
🔗 Usage
Here’s how you can import and use a module from ng-core:
Copy code
import { ExampleModule } from 'ng-core';
@NgModule({
imports: [ExampleModule],
})
export class AppModule {}
Note: Documentation will be updated once the library stabilizes.
🧪 Feedback and Contributions
Your feedback is invaluable! Please open issues and share your suggestions or bugs in the GitHub repository (link coming soon). Contributions are welcome once we release a stable version.
⚠️ Disclaimer
This library is still under development and is not production-ready. Use at your own risk, and expect frequent updates with potentially breaking changes.
📅 Roadmap
- Stabilize core modules.
- Add comprehensive documentation and examples.
- Expand utility modules to cover more use cases.
📃 License
This project is licensed under the MIT License. See the LICENSE file for details.