I follow all the instruction to the dot, so I think, I am new to angular, I am a mainframe programmer for 30 years, none of this new stuff, but I am beginning to understand, I need angular, I want to create a tool that will access the ibm mainframe and I had about a week trying to figure out this issue, I can only see <my-app> Page is now loading</my-app> and that is all, I am using windows 10, I cant figure it out, this would be my first Angular course on the list
@rarayaquiros: when you post code on the forums, you need to format it so it will display correctly. (I’ve edited your earlier posts for you.)
You can highlight your code, then use the </> button in the editor window, or you can place three backticks ``` (top left key on US/UK keyboards) on a line above your code, and three on a line below your code. I find this approach easier, but unfortunately some European and other keyboards don’t have that character.
Creating your first angular 2 app
it is useless sending all code dont waste your time on this, I had found many people with the same issue in the internet and some had to do with browser definition
it is not working for me, tried to go on second couse, created the card.componenet.html separate and the same issue as the prior course, I am doing something wrong
take a break from this, the guy in the video has paths: packages: and it worked for him… cant understand that token is coming from, it seems it does not want to load the app with the “hello from angular tag”
I took it out hoping that will do, it just gets stock with one error <
app.component.ts template: '<h2>Hello from Angular 2</h2>'
I am a ibm cics engineer on the mainframe, 34 years experience, I want to create a tool to test cics webservices , track history and retest, regenerate, also include cics performance for each message trip, I have a mainframe at home to do that
I lack java, javascript and angular skills, I think angular will let me achieve what I want to do, put tool on the market because it will save me tons of code…
[quote=“rarayaquiros, post:15, topic:285703, full:true”]
take a break from this, the guy in the video has paths: packages: and it worked for him…[/quote]
That might explain things. Your file doesn’t have paths and packages. Instead it has path and package when they should be plural instead.
I was on the first course of javascript , I did half of it butt I am a rush, so you mean I have to go back to take all those courses before jumping on angular
would you recommend that?? it kind of make sense, althougy I will probably do my thing in javascript and not angular…
Yes, I strongly recommend that you get a good grounding in JavaScript, and absorb the details in some recent JavaScript books. Sites are built on a foundation of HTML+CSS+JavaScript, with HTML coming first for the content, CSS for the presentation to make it look good, and JavaScript for behaviour that occurs after the page first loads.