https://github.com/actionanand/ng-dropdown-ngtemplateoutlets
Customization of dropdown using ngTemplateOutlets
https://github.com/actionanand/ng-dropdown-ngtemplateoutlets
angular angular13 ng-template
Last synced: 2 months ago
JSON representation
Customization of dropdown using ngTemplateOutlets
- Host: GitHub
- URL: https://github.com/actionanand/ng-dropdown-ngtemplateoutlets
- Owner: actionanand
- Created: 2021-12-11T14:44:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T14:06:05.000Z (over 3 years ago)
- Last Synced: 2025-02-07T18:17:30.714Z (4 months ago)
- Topics: angular, angular13, ng-template
- Language: TypeScript
- Homepage: https://actionanand.github.io/ng-dropdown-ngTemplateOutlets/
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgDropdownNgTemplateOutlets
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Resources
1. [ngTemplateOutlet: The secret to customisation](https://indepth.dev/posts/1405/ngtemplateoutlet)
- [Git Repo](https://github.com/StephenCooper/ngTemplateOutlets)
- [Stack Blitz](https://stackblitz.com/edit/ngtemplateoutletcontext?file=src/app/my-selector/my-selector.component.ts)
2. [angular-fontawesome](https://www.npmjs.com/package/@fortawesome/angular-fontawesome)
3. [Agnostic components in Angular](https://indepth.dev/posts/1314/agnostic-components-in-angular)
4. [css2scss](https://sebastianpontow.de/css2compass/)
5. [CSS to SASS](https://jsonformatter.org/css-to-sass)
6. [SCSS to CSS](https://www.sassmeister.com/)
7. [Angular 8/9 outside click Directive and unit test](https://medium.com/@ajantha.p.bandara/angular-8-9-click-outside-directive-2f0062837f9e)
8. [What’s new in Angular v13!](https://blog.nrwl.io/whats-new-in-angular-v13-77246aca231f)
9. [CSS BUTTONS](https://dev.to/gscode/20-css-buttons-4cni)
10. [Simple CSS Nav bar](https://w3bits.com/css-html-menu/)
11. [Create a Custom Select Component in Angular, Complete with Virtual Scrolling](https://netbasal.com/create-a-custom-select-component-in-angular-complete-with-virtual-scrolling-c29e24f72006)
- [Ng Select original repo](https://github.com/NetanelBasal/ng-select)
- [Unsubscribe For Pros - @ngneat/until-destroy](https://www.npmjs.com/package/@ngneat/until-destroy)
- [GitHub - @ngneat/until-destroy](https://github.com/ngneat/until-destroy/#use-with-ivy)
- [Angular - Unsubscribe For Pros](https://www.npmjs.com/package/ngx-take-until-destroy)
- [Tooltip & Popover Positioning Engine - @popperjs/core](https://www.npmjs.com/package/@popperjs/core)
12. [Creating Powerful Components with Angular CDK](https://netbasal.com/creating-powerful-components-with-angular-cdk-2cef53d81cea)
- [stackblitz](https://stackblitz.com/edit/netbasal-articles-qwvqy4)
- [WeakMap and WeakSet](https://javascript.info/weakmap-weakset)
13. [Querying For The Closest Parent Element in Angular - add css class to parent using directive](https://netbasal.com/querying-for-the-closest-parent-element-in-angular-b2554d60c47e)
- [How to REALLY center an HTML element (via CSS position absolute/fixed)](https://coderwall.com/p/quutdq/how-to-really-center-an-html-element-via-css-position-absolute-fixed)
- [A curious case of the @Host decorator and Element Injectors in Angular](https://indepth.dev/posts/1063/a-curious-case-of-the-host-decorator-and-element-injectors-in-angular)