2.8.0 • Published 1 day ago

@esri/calcite-components-angular v2.8.0

Weekly downloads
-
License
SEE LICENSE.md
Repository
github
Last release
1 day ago

Calcite Components Angular

A set of Angular components that wrap Calcite Components. An application using this package is provided in the calcite-components-examples repo.

Usage

The following is an outline of the steps required to use @esri/calcite-components-angular in an application. See the example for a complete application.

Install the packages

Install the Angular wrapper components along with @esri/calcite-components:

npm install @esri/calcite-components @esri/calcite-components-angular

Make sure the versions of the two packages remain the same when updating your dependencies.

Copy local assets

Calcite Components rely on assets being available at a particular path. If using assets locally, you'll need to copy these over to your src directory:

cp -r node_modules/@esri/calcite-components/dist/calcite/assets/ ./src/assets/

Import the stylesheet

Import the global stylesheet into your app (only do this once):

/* src/styles.css */
@import "@esri/calcite-components/dist/calcite/calcite.css";

Define the custom elements

The Angular wrapper components must use Calcite Component's Distribution build:

// src/main.ts
import { defineCustomElements } from "@esri/calcite-components/dist/loader";
defineCustomElements(window, { resourcesUrl: "./assets" });

Use the components

Add CalciteComponentsModule to the imports of your Angular component's module:

// src/app/app.module.ts
import { NgModule } from "@angular/core";
import { BrowserModule } from "@angular/platform-browser";
import { CalciteComponentsModule } from "@esri/calcite-components-angular";
import { AppComponent } from "./app.component";

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, CalciteComponentsModule],
  providers: [],
  bootstrap: [AppComponent],
})
export class AppModule {}

Calcite Components can now be used in your application like any other Angular component!

<!-- app.component.html -->
<calcite-slider min="1" max="100" [value]="sliderValue" (calciteSliderInput)="onSliderInput($event)"></calcite-slider>

Contributing

We welcome contributions to this project. See CONTRIBUTING.md for an overview of the guidelines.

License

COPYRIGHT © 2023 Esri

All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.

This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.

See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english

For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA

email: contracts@esri.com

2.8.1-next.5

1 day ago

2.8.1-next.4

2 days ago

2.8.1-next.3

7 days ago

2.8.1-next.1

7 days ago

2.8.1-next.2

7 days ago

2.8.1-next.0

9 days ago

2.8.0

9 days ago

2.8.0-next.20

10 days ago

2.8.0-next.19

10 days ago

2.8.0-next.17

11 days ago

2.8.0-next.18

10 days ago

2.8.0-next.16

11 days ago

2.8.0-next.13

14 days ago

2.8.0-next.14

14 days ago

2.8.0-next.15

13 days ago

2.8.0-next.10

15 days ago

2.8.0-next.11

15 days ago

2.8.0-next.12

15 days ago

2.8.0-next.9

16 days ago

2.8.0-next.8

16 days ago

2.8.0-next.7

17 days ago

2.8.0-next.6

17 days ago

2.8.0-next.5

17 days ago

2.8.0-next.4

22 days ago

2.8.0-next.3

24 days ago

2.8.0-next.2

25 days ago

2.8.0-next.1

27 days ago

2.8.0-next.0

28 days ago

2.7.2-next.5

1 month ago

2.7.2-next.4

1 month ago

2.7.2-next.3

1 month ago

2.7.2-next.2

1 month ago

2.7.2-next.0

1 month ago

2.7.2-next.1

1 month ago

2.7.1-next.0

1 month ago

2.7.1

1 month ago

2.7.0-next.17

1 month ago

2.7.0-next.16

1 month ago

2.7.0

1 month ago

2.7.0-next.15

2 months ago

2.7.0-next.14

2 months ago

2.7.0-next.13

2 months ago

2.7.0-next.12

2 months ago

2.7.0-next.11

2 months ago

2.7.0-next.10

2 months ago

2.7.0-next.7

2 months ago

2.7.0-next.8

2 months ago

2.7.0-next.9

2 months ago

2.7.0-next.6

2 months ago

2.7.0-next.5

2 months ago

2.7.0-next.3

2 months ago

2.7.0-next.4

2 months ago

2.7.0-next.2

2 months ago

2.7.0-next.1

2 months ago

2.6.0

2 months ago

2.6.0-next.3

2 months ago

2.7.0-next.0

2 months ago

2.6.0-next.2

2 months ago

2.5.2-next.2

3 months ago

2.5.2-next.1

3 months ago

2.6.0-next.0

3 months ago

2.6.0-next.1

3 months ago

2.5.2-next.0

3 months ago

2.5.1-next.0

3 months ago

2.5.1-next.1

3 months ago

2.5.0

3 months ago

2.5.1

3 months ago

2.5.0-next.6

3 months ago

2.5.0-next.5

3 months ago

2.5.0-next.4

3 months ago

2.5.0-next.3

3 months ago

2.5.0-next.2

3 months ago

2.5.0-next.0

3 months ago

2.5.0-next.1

3 months ago

2.4.1-next.1

3 months ago

2.4.1-next.0

3 months ago

2.4.0

3 months ago

2.4.0-next.1

3 months ago

2.3.1-next.0

4 months ago

2.4.0-next.0

3 months ago

2.3.0

4 months ago

2.3.0-next.1

4 months ago

2.3.0-next.0

4 months ago

2.2.1-next.1

4 months ago

2.2.1-next.0

4 months ago

2.2.0

4 months ago

2.2.0-next.22

4 months ago

2.2.0-next.20

4 months ago

2.2.0-next.21

4 months ago

2.2.0-next.19

4 months ago

2.2.0-next.18

4 months ago

2.2.0-next.17

4 months ago

2.2.0-next.15

4 months ago

2.2.0-next.16

4 months ago

2.2.0-next.13

4 months ago

2.2.0-next.14

4 months ago

2.2.0-next.12

4 months ago

2.2.0-next.11

4 months ago

2.2.0-next.9

4 months ago

2.2.0-next.10

4 months ago

2.2.0-next.7

4 months ago

2.2.0-next.8

4 months ago

2.2.0-next.5

4 months ago

2.2.0-next.6

4 months ago

2.2.0-next.3

5 months ago

2.2.0-next.4

5 months ago

2.2.0-next.2

5 months ago

2.2.0-next.1

5 months ago

2.2.0-next.0

5 months ago

2.1.0

5 months ago

2.1.0-next.12

5 months ago

2.1.0-next.11

5 months ago

2.1.0-next.10

5 months ago

2.1.0-next.9

5 months ago

2.1.0-next.8

5 months ago

2.1.0-next.7

5 months ago

2.1.0-next.6

5 months ago

2.1.0-next.5

5 months ago

2.1.0-next.2

5 months ago

2.1.0-next.1

5 months ago

2.1.0-next.4

5 months ago

2.1.0-next.3

5 months ago

2.1.0-next.0

5 months ago

2.0.0

5 months ago

1.12.0-next.6

5 months ago

1.12.0-next.5

5 months ago

1.12.0-next.4

5 months ago

1.12.0-next.3

5 months ago

1.12.0-next.2

5 months ago

1.12.0-next.1

5 months ago

1.12.0-next.0

5 months ago

1.11.1-next.2

5 months ago

1.11.1-next.1

5 months ago

1.11.1-next.0

5 months ago

1.11.0

6 months ago

2.0.0-next.0

6 months ago

1.11.0-next.3

6 months ago

1.11.0-next.2

6 months ago

2.0.0-rc.1

6 months ago

1.11.0-next.1

6 months ago

1.11.0-next.0

6 months ago

2.0.0-rc.0

6 months ago

1.10.1-next.3

6 months ago