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

@maplander/core

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maplander/core

**This package has been separated, currently only the modules belonging to the core folder are found.** **The static and shared folders were moved to @ maplander/static and @maplander/shared respectively.**

  • 0.18.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

@maplander/core

Important

This package has been separated, currently only the modules belonging to the core folder are found. The static and shared folders were moved to @ maplander/static and @maplander/shared respectively.

Installation

npm i @maplander core types  

Getting Started

These instructions will help you set up your project with @maplander

@maplander/core It is composed of modules:

  • BrowserInterceptorsModule / ServerInterceptorsModule
  • InjectorModule
  • ClipboardModule
  • MetaModule
  • NetworkModule
  • SnackBarModule

Unfortunately SnackBarModule must be imported at the root of your project since modules within 'core' depend on it.

Internationalization (i18n)

To manage multiple languages it is necessary manage i18n files with this structure:

 .
 |                                                   
 |- src                                                       
 |   |- app
 |   |- assets
 |   |   |-i18n
 |   |   |   |-core
 |   |- environments
 |   |- styles

Add the next key/value pairs:

{
    "loader_message": "This operation may take several minutes ...",
    "clipboard_message": "Link copied to clipboard",
    "error_message": "An error has occurred",
    "offline_message": "Internet connection has been lost",
    "online_message": "Back online",
    "ok": "OK"
}

Docs

@maplander/core

Authors and Contributions

 Copyright (C) MapLander S. de R.L de C.V - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential

 All rights reserved

FAQs

Package last updated on 23 Feb 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