0.6.6 • Published 11 months ago

@stratusjs/map v0.6.6

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.6

11 months ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

3 years ago

0.4.3

3 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago