You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application was developed to showcase different scenarios where utilizing Directives in Angular can be advantageous. In the repository, we can compare the implementations of solutions using directives versus the standard approach.
Angular 7 Custom Directives will be discussed here in this article. You can compare the building of directives with the building of components in Angular 2+
Desenvolvimento do famoso Jogo da Velha com Angular de forma otimizada e simples, utilizando a diretiva ngSwitch, compartilhamento de dados entre componentes com @input, a elaboração da estética e lógica do jogo e por fim, a experiência de usuário de um aplicativo nativo com PWA
The built-in ngFor directive belongs to the Structural directive category. As it belongs to the structural directive category, it is used to change the structure of the DOM.
This is simple Custom Directive example to check the user level across each component level which utilize API Service to determine the user access. Created with StackBlitz ⚡️