0.6.5 • Published 11 months ago

@stratusjs/map v0.6.5

Weekly downloads
296
License
mit
Repository
github
Last release
11 months ago

@stratusjs/map

npm version

Angular Google Map component to be used as an add-on to StratusJS

Usage

Stratus HTML Components enabled

  • <sa-map data-markers="{{Object or variablePath}}"></sa-map>

See the wiki for further instructions


Frameworks & Libraries

Installation

Within the project directory of Stratus

Either Yarn install

  • yarn add @stratusjs/map

Or NPM install

  • npm install @stratusjs/map

And include the library paths into your stratus config.js such as

boot.configuration.paths = {
  // Angular Google Maps
  '@angular/google-maps': `${boot.deployment}@angular/google-maps/bundles/google-maps.umd${boot.suffix}`,


  // STRATUS SRC: Map
  '@stratusjs/map/*': `${boot.deployment}@stratusjs/map/src/*${boot.suffix}`,
}

And add modules to app.module.js + boot.js (pending instructions)

Dependencies

All dependencies need to be installed within the same project along with your config paths define. (manually installed for the time being)

0.6.5

11 months ago

0.6.4

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago