toddmotto / angularjs-styleguide

AngularJS styleguide for teams
https://ultimateangular.com
5.96k stars 700 forks source link

Missing import of AppComponent root component in the guide #70

Closed anthony-legay closed 8 years ago

anthony-legay commented 8 years ago

It seems that the import of the root component AppComponent is missing in the styleguide (in this section in the app.js file)

Something like that I think :

import AppComponent from './app.component';

along with these:

import Common from './common/common';
import Components from './components/components';

or maybe I missed something ?

toddmotto commented 8 years ago

Ah yes - oversight on my part - thanks for the heads up! https://github.com/toddmotto/angular-styleguide/commit/81590cf1442e757eef9fb1d43e5bfbeb749d2056