# Builtin directives SKDirectives are classes that add additional behavior to elements in your Angular applications. Use Angular's built-in directives to manage forms, lists, styles, and what users see. `NgClass` Adds and removes a set of CSS classes. | `NgStyle` Adds and removes a set of HTML styles. | `NgModel` Adds two-way data binding to an HTML form element. Visit the following resources to learn more: - [@official@Built-in directives](https://angular.dev/guide/directives/) - [@article@BuiltIn Directives Types](https://thinkster.io/tutorials/angular-2-directives)