[ADF-2463] Moved core components to subfolder (#3062)

This commit is contained in:
Andy Stark
2018-03-12 16:24:40 +00:00
committed by Eugenio Romano
parent f3459e1221
commit 333e8ee89c
35 changed files with 69 additions and 68 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ an item for users who don't have permission to use it (set `disableWithNoPermiss
You can also implement the `permissionEvent` to handle permission errors
(to show the user a notification, for example). Subscribe to this event from your component
and use the [Notification service](notification.service.md) to show a message.
and use the [Notification service](core/notification.service.md) to show a message.
```html
<adf-document-list [contentActions]="true"...>