[ACA-3131] Add extension loader guard (#1426)

* [ACA-3131] Add extension loader guard

* Fix linting issue

* Fix cspell issues
This commit is contained in:
Popovics András
2020-04-29 09:41:49 +02:00
committed by GitHub
parent 5259f840a8
commit a21aeab12d
5 changed files with 216 additions and 3 deletions

View File

@@ -23,6 +23,7 @@
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
*/
export * from './lib/adf-extensions/extensions-data-loader.guard';
export * from './lib/components/page-layout/page-layout-content.component';
export * from './lib/components/page-layout/page-layout-error.component';
export * from './lib/components/page-layout/page-layout-header.component';