19.1.0 • Published 5 months ago
@codeffekt/ce-core v19.1.0
CE-CORE
Provides Angular core services, components, pipes and many others utilities facilitating web applications development of key features such as:
- Authentification process
- Forms
- Smart tables (sort, filter, search)
Using CE-CORE
Install required tools:
npm install --save @codeffekt/ce-core
ce-core relies on Angular Material and Boostrap:
npm install --save @angular/material npm install --save boostrap
Add CeCoreModule into your app.module.ts file:
... import { CeCoreModule } from '@codeffekt/ce-core'; ... const myConfig: CeCoreModuleConfig = { api_url: 'my-api-url' }; @NgModule({ imports: [ ... CeCoreModule.forRoot(myConfig) ], ... bootstrap: [AppComponent] }) export class AppModule { }
Add ce-core theme to your main scss file
@import '@codeffekt/ce-core/assets/theme/ce-core
or add it to angular.json:
"styles": ["@codeffekt/ce-core/assets/theme/ce-core.scss"],
Library structure
Ce-core is splitted into Angular core concepts:
src/ source code
|- auth/ provide auth support utilies
|- forms/ provide form widgets
+- ...
18.0.9
10 months ago
19.1.0
5 months ago
19.0.1
7 months ago
18.0.8
11 months ago
19.0.0
7 months ago
19.0.3
7 months ago
18.0.6
11 months ago
19.0.2
7 months ago
18.0.5
11 months ago
19.0.5
7 months ago
18.0.4
11 months ago
19.0.4
7 months ago
18.0.3
11 months ago
19.0.6
7 months ago
18.0.2
12 months ago
18.0.1
1 year ago
16.1.1
1 year ago
16.1.0
1 year ago
18.0.0
1 year ago
16.0.9
1 year ago
16.0.8
1 year ago
16.0.7
1 year ago
16.0.6
1 year ago
16.0.5
2 years ago
16.0.4
2 years ago
16.0.3
2 years ago
16.0.2
2 years ago
16.0.0
2 years ago
13.9.1
2 years ago
13.9.0
2 years ago