Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Devisign Ngx UI SnippetsNew to Visual Studio Code? Get it now.
Devisign Ngx UI Snippets

Devisign Ngx UI Snippets

Darren Liang

|
53 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Devisign Ngx UI Snippets

Angular 8 Fully Supported.

Gitlab: https://gitlab.com/daorongliang/devisign-ngx-ui

NPM: https://www.npmjs.com/package/devisign-ngx-ui

Documentation

  • Grid System
  • Toast Service

Grid System

  • app.module.ts
import { DeviToastModule, DeviGridModule } from 'devisign-ngx-ui';

...
  imports: [
    DeviGridModule,
  ],
...

  • html
<!-- Input: d-row -->
<!-- Output: -->
<d-row>
  <d-col xs12>

  </d-col>
</d-col>
`

<!-- Input: 'd-col' -->
<!-- Output: -->
<d-col xs12>

</d-col>

Contributing

Gitlab: https://gitlab.com/daorongliang/devisign-ngx-ui

Join requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft