Skip to content

Commit

Permalink
docs: update standalone example in angular-yandex-maps-v2 README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Dubrava committed Jul 8, 2024
1 parent cc489ee commit cb663e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/angular-yandex-maps-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Documentation for older versions can be found using the [branches](https://githu

```ts
import { Component } from '@angular/core';
import { YaMapComponent, YaPlacemark } from 'angular8-yandex-maps';
import { AngularYandexMapsModule } from 'angular8-yandex-maps';

@Component({
standalone: true,
imports: [YaMapComponent, YaPlacemark],
imports: [AngularYandexMapsModule],
})
export class AppComponent {}
```
Expand Down

0 comments on commit cb663e4

Please sign in to comment.