+ 1
The compiled result disappears after a second
Hi all! Has anyone had this problem? Now I'm learning Angular, when checking the code (compilation), the compiled result appears for one second and disappears. {Object, object} appears. I press RUN, again the result appears for a second and disappears. I use the Chrom browser, has anyone encountered this problem? How did you decide?
4 Respostas
+ 2
There are too many problems in the code preview of Sololearn's angular course. Some suffer from long loading times etc. You should try running code on your own server
+ 1
Thank you
+ 1
<html>
<head>
<title>Title</title>
</head>
<body>
<video controls>
<source
src="https://blob.sololearn.com/courses/video.mp4"
type="video/mp4">
<source
src="https://blob.sololearn.com/courses/video.ogg"
type="video/ogg">
Video not supported.
</video>
</body>
</html>
0
Дмитрий Максимчук ,
Please add an Angular tag.