Angular-BookMonkey: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „= Links = * Angular = Schritte = <source lang="bash">ng new BookMonkey -p bm # ... Angular routing: y # Rest: leere Eingabe </source>“)
 
Zeile 6: Zeile 6:
# ... Angular routing: y
# ... Angular routing: y
# Rest: leere Eingabe
# Rest: leere Eingabe
npm install semantic-ui-css
</source>
</source>
* Änderung in angular.json:
**  projects -> BookMonkey -> architect -> build -> options -> styles:
**  projects -> BookMonkey -> architect -> test -> options -> styles:
<pre>
  "styles": [
    "node_modules/semantic-ui-css/semantic.css"
  ],
</pre>

Version vom 14. August 2021, 19:33 Uhr

Links

Schritte

ng new BookMonkey -p bm
# ... Angular routing: y
# Rest: leere Eingabe
npm install semantic-ui-css
  • Änderung in angular.json:
    • projects -> BookMonkey -> architect -> build -> options -> styles:
    • projects -> BookMonkey -> architect -> test -> options -> styles:
  "styles": [
    "node_modules/semantic-ui-css/semantic.css"
  ],