<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://devel.xax.be/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://devel.xax.be/feed.php">
        <title>Développement langages:angular:outils</title>
        <description></description>
        <link>https://devel.xax.be/</link>
        <image rdf:resource="https://devel.xax.be/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-06-09T18:13:14+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://devel.xax.be/langages/angular/outils/angular-cli?rev=1605727765&amp;do=diff"/>
                <rdf:li rdf:resource="https://devel.xax.be/langages/angular/outils/export_xlsx?rev=1583238685&amp;do=diff"/>
                <rdf:li rdf:resource="https://devel.xax.be/langages/angular/outils/fontawesome?rev=1603609721&amp;do=diff"/>
                <rdf:li rdf:resource="https://devel.xax.be/langages/angular/outils/ngxbootstrap?rev=1597735957&amp;do=diff"/>
                <rdf:li rdf:resource="https://devel.xax.be/langages/angular/outils/pwa?rev=1548533561&amp;do=diff"/>
                <rdf:li rdf:resource="https://devel.xax.be/langages/angular/outils/start?rev=1548515635&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://devel.xax.be/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Développement</title>
        <link>https://devel.xax.be/</link>
        <url>https://devel.xax.be/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://devel.xax.be/langages/angular/outils/angular-cli?rev=1605727765&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-18T20:29:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Angular-Cli</title>
        <link>https://devel.xax.be/langages/angular/outils/angular-cli?rev=1605727765&amp;do=diff</link>
        <description>Angular-Cli

Installation

&lt;https://github.com/angular/angular-cli&gt;

&lt;https://angular.io/cli&gt;


npm install -g @angular/cli


Générer un projet

Projet Solo

&lt;https://angular.io/cli/new&gt;


ng new project-name --routing=true --skipTests=true --style=scss


Projet Multi

	*  &lt;https://octoperf.com/blog/2019/08/22/kraken-angular-workspace-multi-application-project/&gt;
	*  &lt;https://angular.io/guide/file-structure&gt;


ng new NomDuProjet --createApplication=false --directory=nom-du-projet --interactive=fa…</description>
    </item>
    <item rdf:about="https://devel.xax.be/langages/angular/outils/export_xlsx?rev=1583238685&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-03T13:31:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Export XLSX depuis Angular</title>
        <link>https://devel.xax.be/langages/angular/outils/export_xlsx?rev=1583238685&amp;do=diff</link>
        <description>Export XLSX depuis Angular

&lt;https://medium.com/@madhavmahesh/exporting-an-excel-file-in-angular-927756ac9857&gt;

Bibliothèques NPM utilisées

	*  file-saver
	*  xlsx</description>
    </item>
    <item rdf:about="https://devel.xax.be/langages/angular/outils/fontawesome?rev=1603609721&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-25T08:08:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Font Awesome</title>
        <link>https://devel.xax.be/langages/angular/outils/fontawesome?rev=1603609721&amp;do=diff</link>
        <description>Font Awesome

Cette bibliothèque permet d’afficher des iônes dans votre application.

&lt;https://fontawesome.com/how-to-use/on-the-web/setup/using-package-managers&gt;


// dans shell
npm install --save @fortawesome/fontawesome-free

// dans style.scss
@import &quot;../node_modules/@fortawesome/fontawesome-free/scss/fontawesome&quot;;
@import &quot;../node_modules/@fortawesome/fontawesome-free/scss/solid&quot;;
@import &quot;../node_modules/@fortawesome/fontawesome-free/scss/regular&quot;;</description>
    </item>
    <item rdf:about="https://devel.xax.be/langages/angular/outils/ngxbootstrap?rev=1597735957&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-18T09:32:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Bootstrap &amp; ngx-bootstrap</title>
        <link>https://devel.xax.be/langages/angular/outils/ngxbootstrap?rev=1597735957&amp;do=diff</link>
        <description>Bootstrap &amp; ngx-bootstrap

&lt;https://getbootstrap.com&gt;

&lt;https://valor-software.com/ngx-bootstrap&gt;

Installation

Projet Solo

npm install bootstrap ngx-bootstrap

ou

ng add bootstrap ngx-bootstrap

Projet Multi


ng add bootstrap ngx-bootstrap --project=app1
ng add bootstrap ngx-bootstrap --project=app2


Utisisation de Bootstrap avec un fichier _variables.scss</description>
    </item>
    <item rdf:about="https://devel.xax.be/langages/angular/outils/pwa?rev=1548533561&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-26T21:12:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Progressive Web App (pwa)</title>
        <link>https://devel.xax.be/langages/angular/outils/pwa?rev=1548533561&amp;do=diff</link>
        <description>Progressive Web App (pwa)

Ajout des librairies nécessaires

ng add @angular/pwa --project &lt;name of project as in angular.json&gt;

À présent, si on compile l&#039;application et qu&#039;on l&#039;exécute sur Chrome en prenant soin de l&#039;exécuter en https, on nous propose automatiquement de</description>
    </item>
    <item rdf:about="https://devel.xax.be/langages/angular/outils/start?rev=1548515635&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-26T16:13:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Outils et librairies</title>
        <link>https://devel.xax.be/langages/angular/outils/start?rev=1548515635&amp;do=diff</link>
        <description>Outils et librairies


	* Angular-Cli
	* Bootstrap &amp; ngx-bootstrap
	* Export XLSX depuis Angular
	* Font Awesome
	* Progressive Web App (pwa)</description>
    </item>
</rdf:RDF>
