/** * @license * Copyright Arran Bartish. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/arranbartish/angular-cli-widgets/blob/master/LICENSE */ /** * @module * @description * Entry point for all public APIs of the widget package. */ export * from './src/app/widget';