Closed anthony-legay closed 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)
AppComponent
app.js
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 ?
Ah yes - oversight on my part - thanks for the heads up! https://github.com/toddmotto/angular-styleguide/commit/81590cf1442e757eef9fb1d43e5bfbeb749d2056
It seems that the import of the root component
AppComponent
is missing in the styleguide (in this section in theapp.js
file)Something like that I think :
along with these:
or maybe I missed something ?