How do I properly incorporate text from a .txt file in angular?
For a college project ive been trying to build a website with angular.
Said website will incorporate a lot of text, which is why i thought it might be a good idea to get that text from a txt file instead of writing everything into the html file.