11.0.1 • Published 4 months ago

@logo-software/core v11.0.1

Weekly downloads
16
License
See license in LI...
Repository
-
Last release
4 months ago

Core Module

Core module is main Logo Module that contains shared directives, pipes, services and util class. It also exported to the SharedDirectiveModule and SharedPipeModule for directly usage.

Click here for demo

Installation

All public NPM packages of Logo Software is at https://www.npmjs.com/~logofe. To install Core Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/core -s

Just import it to your project of @NgModule import section.

@NgModule({
  imports: [CommonModule, CoreModule]
})
export class AppModule {
}

Directives:

Pipes:

  • FormatPipe - Formats string to given pattern
  • OrderPipe - Orders data ASC or DESC
  • SafeHtml - Orders data ASC or DESC

Services:

  • EndpointService - Handles HTTP request
  • LoggerService - Manages Log
  • StateService - Manages Application State data
  • WatcherService - Watcher is a Subject. Subject is a special type of Observable that allows values to be multicast to many Observers. Subjects are like EventEmitters.

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

11.0.1

4 months ago

11.0.0

2 years ago

4.0.0

2 years ago

0.1.0

3 years ago

0.0.23

3 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago