@ec.components/location
TypeScript icon, indicating that this package has built-in type declarations

0.20.8 • Public • Published

@ec.components/location

This package wraps the angular-google-maps to be suitable for forms.

Overview

Installation

1. Install package

npm install @ec.components/location --save

2. Add Module

import { LocationModule } from '@ec.components/location';

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

3. Use it as default input for location fields

  constructor(private typeConfig: TypeConfigService) {
    this.typeConfig.set('location', {
      input: LocationPickerComponent
    });

Readme

Keywords

none

Package Sidebar

Install

npm i @ec.components/location

Weekly Downloads

5

Version

0.20.8

License

none

Unpacked Size

182 kB

Total Files

23

Last publish

Collaborators

  • felixroos
  • scherzinger