why we cant't import agular4 as librairy like angularJS? [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
why angularJS came as script to import in html page
but in the new version Angular4, we must use web server to lunch application?
is because angularJS is not a framwork and angular4 it is?
thanks

You answered your question yourself.
AngularJS is a library that can be interpreted
Angular v2 and up is a Framework and is compiled by webpack.

Related

How to build Tauri app with open JS code? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 11 days ago.
Improve this question
Is it possible to build a tauri project in such a way that the javascript code remains open and editable so that I don't have to recompile the whole project?
I searched for a similar question on the Internet and did not find an answer.
That's tauri dev's default behavior
However javascript doesn't have HMR you can use vite instead: https://tauri.app/v1/guides/getting-started/setup/vite

How to show the time of a post being posted using express [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have no idea how to render the time of a post being posted on my blog. I am using express as backend and template engine (express-edge).
you could use https://www.npmjs.com/package/i18n-js if you need to translate a date into anothers langages
you could also just use this
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat

How to create a correlation between Angularjs and Node.js? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
That is my question, how can I create a correlation between those frameworks ?
how do you communicate Angular with Node.
I am asking this because I have a Firebase project with Ionic/Angular, but I will not need Firebase anymore, all that stuff I am doing with Firebase should be migrated to Node.js with no discussion.
So, where should I start from ?
There is a project open source called mediacenter.js built with angular and node...
In my opinion, it's good to see how they to organize and separate the front-end and backend. You should check it out at github.

Is there any javascript framework like extjs? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I hope to find a Javascript UI framework
which is stable, free, fast, browser-cross(support IE8), rich UI.
There are lists of Javascript UI framework which is mentions below.
angular.js
backbase.js
zinoui.js
also check the Comparison of Sencha ExtJS and AngularJS

How should I go about writing a JavaScript plugin API in Ruby? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm doing a project in Ruby, and I want to be able to write plugins for it in JavaScript, so I'm working on a JavaScript API for it. How should I go about doing this?
I would recommend using an existing javascript interpreter, like therubyracer. You can eval the plugin code and interact with it through that.

Categories

Resources