17.0.15 • Published 1 year ago

@ncremental/web-vitals v17.0.15

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Web Vitals by Ncremental

Show a small widget on top of the page with some of the most crucial web vitals.

Dependencies

Please install web-vitals on your project, first:

npm i web-vitals

Usage

Include the NcrWebVitalsModule to your app's imports and add the following code to your HTML template:

<ncr-web-vitals></ncr-web-vitals>

If you only want to show the widget if a certain query parameter is appended to the URL, use Angular's router to extend the element with an *ngIf condition:

<ncr-web-vitals
  *ngIf="route.snapshot.queryParams['ncr-web-vitals']"
></ncr-web-vitals>
12.0.15

1 year ago

17.0.15

1 year ago

12.0.9

3 years ago

12.0.3

3 years ago

12.0.13

3 years ago

12.0.12

3 years ago

12.0.14

3 years ago

12.0.11

3 years ago

12.0.10

3 years ago

9.0.2

3 years ago

12.0.2

3 years ago

12.0.1

3 years ago

9.0.1

3 years ago