Practice questions
Let’s take a look at a few practice questions:
- How do we generate a new Angular library using the Angular CLI?
- How do we make an Angular artifact of our library public?
- Which CSS selector do we use to target the
host
element of an Angular component? - How do we mark an element as draggable in the Angular CDK?
- Which method do we use to re-order a draggable list of items?
- Which Angular CDK directive is responsible for passing data to the clipboard?
- How do we create a single bundle using the
ngx-build-plus
library? - How do we pass data to and from an Angular element?