visual studio - Angular 2 with TypeScript in VS 2015 - loading components from different projects -


i have been working through tutorial here: https://angular.io/docs/ts/latest/tutorial/ various blog posts, , have managed running in visual studio.

now face have not been able solve.

i want move of components separate component library project.

how reference of these components in main app component?

they reside outside of app directory in project completely.

what need able use these external components?


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -