@logusbrain/primeng-core v1.0.3
@logusbrain/primeng-core
@logusbrain/primeng-core is an Angular library developed by LogusBrain. It is built on PrimeNG v16 and provides reusable, consistent, and customized components for building robust and performant enterprise applications. This library facilitates the integration of PrimeNG components with enhancements tailored to your business needs.
📦 Installation
Before installing, ensure your project is using Angular and PrimeNG v16.
npm install @logusbrain/primeng-core🛠️ Prerequisites
Angular: Version 16 or higher
PrimeNG: Version 16 (required for compatibility)
🔧 Usage
Once installed, you can import the @logusbrain/primeng-core modules into your Angular module to start using the components:
import { PrimengCoreModule } from '@logusbrain/primeng-core';
@NgModule({
imports: [
PrimengCoreModule
],
})
export class AppModule { }Please refer to the specific component documentation for more details on configurations and available options.
📚 Documentation
The full documentation for components and their APIs is available in the docs/ folder of this repository. (Unavailable now)
🔄 Versions
Version | Description
-------------------------------------------------------------
1.0.3 | PrimeNG v16 compatible, first components available.npm deprecate @logusbrain/primeng-core@1.0.2 "This version is deprecated. Use version 1.0.3 or higher."
🔹 Key points
Clear update on PrimeNG version (v16) to avoid confusion.
Well-defined structure for easy installation, usage, and contribution.
Prerequisites and Versions sections for clarity.
🛠 Key Features
📁 Customized partial components
🔒 Integrated security services
🔧 Common utility services
📦 Modular architecture