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 for targeting the host element of an Angular component?
- How do we mark an element as draggable in the Angular CDK?
- Which method do we use for re-ordering a draggable list of items?
- Which Angular CDK directive is responsible for passing data to the clipboard?
- In which mode do we build an Angular library for publishing it?
- How do we create a single bundle using the
ngx-build-plus
library? - How do we pass data to and from an Angular element?
- Why do we need polyfills when working with Angular elements?