Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

Angular Error bootstrap.js:213 Uncaught TypeError: Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.

22.01.2021 (👁7043)

Angular Error bootstrap.js:213 Uncaught TypeError: Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.

 

Fehler in Google Chrome Browser in einer Angular Anwendung

bootstrap.js:213 Uncaught TypeError: Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.

    at Object.jQueryDetection (bootstrap.js:213)

    at bootstrap.js:228

    at bootstrap.js:9

    at bootstrap.js:10

Solution:

In der Datei angular.json muss man die Reihenfolge vertauschen. Dann ng serve neu starten

            "scripts": [

              "./node_modules/jquery/dist/jquery.js",

              "./node_modules/bootstrap/dist/js/bootstrap.js"