Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Select icon from the library `fontawesome 5`.
```ts
import { faAddressBook } from '@fortawesome/free-solid-svg-icons';
```


2. Adjust the registration of the app in the entry file.

...