Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@logo-software/core

Package Overview
Dependencies
Maintainers
9
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-software/core

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.

  • 11.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
9
Created
Source

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

Keywords

FAQs

Package last updated on 05 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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