Compare commits
9 Commits
feature/ma
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 46af2dd229 | |||
| 7551c0f26c | |||
| b285feb132 | |||
| 9f573b9371 | |||
| e97016d02b | |||
| 943c4fc4ae | |||
| 849a6f07a0 | |||
| db3ec6cddd | |||
| 67c94197e1 |
@ -1,17 +0,0 @@
|
||||
# Editor configuration, see https://editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.ts]
|
||||
quote_type = single
|
||||
ij_typescript_use_double_quotes = false
|
||||
|
||||
[*.md]
|
||||
max_line_length = off
|
||||
trim_trailing_whitespace = false
|
||||
4
public-api.d.ts
vendored
Normal file
4
public-api.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
export * from './lib/adapters/map-adapter.interface';
|
||||
export * from './lib/adapters/map-facade';
|
||||
export * from './lib/components/open-map/open-map.component';
|
||||
export * from './lib/directives/webgl-detection.directive';
|
||||
Loading…
Reference in New Issue
Block a user