angular-components
Here are 430 public repositories matching this topic...
-
Updated
Mar 16, 2021 - HTML
What problem does this feature solve?
Since monaco-editor 0.22.0¹, the global monaco
object is only defined if you add
window.MonacoEnvironment = { globalAPI: true };
It would be nice if ng-zorro had some hook to configure MonacoEnvironment
(also for potential other use-cases) before monaco-editor is actually loaded. Also, the documentation for onLoad
is now slightly inco
-
Updated
Mar 15, 2021 - TypeScript
-
Updated
Mar 17, 2021 - Less
-
Updated
Mar 22, 2021 - TypeScript
-
Updated
Nov 12, 2019
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Feb 19, 2021
-
Updated
Jan 29, 2021
-
Updated
Mar 8, 2021 - TypeScript
-
Updated
Feb 24, 2021 - TypeScript
-
Updated
Mar 18, 2021 - TypeScript
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Feb 28, 2021 - TypeScript
-
Updated
Mar 17, 2021 - TypeScript
-
Updated
Nov 14, 2019 - TypeScript
-
Updated
Mar 25, 2021 - TypeScript
MADE WITH PO UI ❤️
Agradecemos seu apoio e confiança ao usar o PO UI em seus projetos.
Você pode deixar aqui o seu projeto desenvolvido com PO UI para que mais pessoas conheçam o PO UI e o seu projeto.
Faça seu comentário no seguinte formato:
- Versão:
- Projeto:
- Companhia: (se tiver)
- Link: (se tiver)
- ScreenShots: (se tiver)
Obs: para uma melhor exibição e organização dos projeto
-
Updated
Mar 26, 2021 - TypeScript
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
Mar 8, 2021 - TypeScript
-
Updated
Apr 24, 2017 - HTML
-
Updated
Mar 11, 2021 - TypeScript
-
Updated
Feb 22, 2021 - TypeScript
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Mar 9, 2021 - HTML
-
Updated
Mar 11, 2020 - TypeScript
Version: 2.6.0
Angular 4.3.5
AngularCli: 1.4.0-rc.1
When running on universal I get the following error
ERROR TypeError: this.el.nativeElement.querySelector is not a function
at Draggable.getDragHandleElement (C:\dev\git_clones\app\node_modules\ng2-drag-drop\src\directives\draggable.directive.js:136:49)
at Draggable.applyDragHandleClass (C:\dev\git_clones\app\node_modules\ng
Improve this page
Add a description, image, and links to the angular-components topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the angular-components topic, visit your repo's landing page and select "manage topics."
Documentation Feedback
Even though I am an Angular veteran I find myself struggling every time I want to create a custom material component.
I would like to see more guides / tutorials on how to wrap existing form field components such as matInput and mat-select.
Wrap a matInput or mat-select
I need to have a mat-select with some pre defined options that I reuse through out my ap