waveiron

Results 8 issues of waveiron

```console npm install ngx-treeview ``` Throws: ```log npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: @angular/[email protected]...

Code: ``` {{'2021-11-07T07:23:12.876Z' | timeAgo}} ```

### Summary Examples not working. Because type definitions are different from examples: ![image](https://user-images.githubusercontent.com/4930447/132090363-df59ce7f-c981-4749-9859-54366518f8fe.png) `` doesn't have the properties used in examples: ![image](https://user-images.githubusercontent.com/4930447/132090406-df367ec3-2ebb-4cc0-afd1-59ee8f8e3fc8.png) ### How to reproduce Just install the latest...

### Description Control bar cannot hide on fullscreen mode of Android Chrome. ### Expected Behaviour Hide control bar automatically or tap to toggle control bar on fullscreen mode. ### Actual...

Nice package! Could you please add a type definition `index.d.ts` in this package? See: https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html

父级标识: ``` [ { type: 'city', parent_id: '1011001', ...}, ... ] ``` 树状结构: ``` [ { name: '广东省', children: [ { name: '东莞市' } ] }, ... ] ```

Same as `loadScript`, only for ``: ```typescript this.loader.loadStyle('assets/node_modules/prismjs/prism.css'), ```

enhancement

![CleanShot 2024-03-05 at 18 14 18@2x](https://github.com/Webklex/tbm/assets/4930447/8831ac72-7a9a-46bc-815c-009a1b09c897) **What does this instruction mean?** ![CleanShot 2024-03-05 at 18 17 00@2x](https://github.com/Webklex/tbm/assets/4930447/eb0179d8-4053-493e-be1f-43ace5c93cbb) Copy like this? ```text tbm --cookie "cookie: a=1;b=\"2\"" ``` or this? ```text tbm...