diff --git a/releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml b/releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml new file mode 100644 index 000000000..3ca4d2c47 --- /dev/null +++ b/releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml @@ -0,0 +1,8 @@ +--- +features: + - > + [`blueprint angular-table-directive `_] + This blueprint provides a way for developers to programatically declare an + Angular table vs writing HTML markup. It reduces the boilerplate HTML code. + For a basic table, you need to pass in the data and the column configuration + into the `hz-dynamic-table` directive.