UNPKG

kongadmin

Version:
16 lines (14 loc) 358 B
/** * Layout component to wrap all core layout specified stuff together. This component is divided to following logical * components: * * Controllers * Directives * Services * * All of these are wrapped to 'frontend.core.layout' angular module. */ (function() { 'use strict'; angular.module('frontend.core.layout', []); }());