<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mojavejoe</title>
    <description>The latest articles on DEV Community by mojavejoe (@mojavejoe).</description>
    <link>https://dev.to/mojavejoe</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F837382%2F4f43ccc5-35f9-45bf-a4fe-7d3b7fbca803.png</url>
      <title>DEV Community: mojavejoe</title>
      <link>https://dev.to/mojavejoe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mojavejoe"/>
    <language>en</language>
    <item>
      <title>ng serve ...'@angular/compiler not loaded</title>
      <dc:creator>mojavejoe</dc:creator>
      <pubDate>Sat, 26 Mar 2022 23:35:36 +0000</pubDate>
      <link>https://dev.to/mojavejoe/ng-serve-angularcompiler-not-loaded-5bli</link>
      <guid>https://dev.to/mojavejoe/ng-serve-angularcompiler-not-loaded-5bli</guid>
      <description>&lt;p&gt;I'm a little green to Ionic/Angular and am not entirely sure where the dividing line between the two is so...&lt;/p&gt;

&lt;p&gt;Angular CLI: 9.1.2&lt;br&gt;
OS: win32 x64&lt;br&gt;
Angular: 9.1.13&lt;br&gt;
... animations, common, compiler, compiler-cli, core, forms&lt;br&gt;
... language-service, platform-browser, platform-browser-dynamic&lt;br&gt;
... router, service-worker&lt;br&gt;
Ivy Workspace: Yes&lt;/p&gt;

&lt;h2&gt;
  
  
  Package                           Version
&lt;/h2&gt;

&lt;p&gt;@angular-devkit/architect         0.803.29&lt;br&gt;
@angular-devkit/build-angular     0.1000.8&lt;br&gt;
@angular-devkit/build-optimizer   0.1000.8&lt;br&gt;
@angular-devkit/build-webpack     0.1000.8&lt;br&gt;
@angular-devkit/core              10.2.4&lt;br&gt;
@angular-devkit/schematics        10.2.4&lt;br&gt;
@angular/http                     7.2.16&lt;br&gt;
@ngtools/webpack                  10.0.8&lt;br&gt;
@schematics/angular               13.3.0&lt;br&gt;
@schematics/update                0.901.2 (cli-only)&lt;br&gt;
rxjs                              6.6.7&lt;br&gt;
typescript                        3.8.2&lt;br&gt;
webpack                           4.43.0&lt;/p&gt;

&lt;p&gt;Using "ionic serve" or "ng serve" at the command line, my app seems to compile with no errors present in the terminal window. At the completion of compiling in the terminal window, a browser (chrome) tab is opened and I can see my favicon in the tab but the browser tab is blank. F12 shows the console and this is what it says:&lt;/p&gt;

&lt;p&gt;Error: Angular JIT compilation failed: '@angular/compiler' not loaded!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JIT compilation is discouraged for production use-cases! Consider AOT mode instead.&lt;/li&gt;
&lt;li&gt;Did you bootstrap using '@angular/platform-browser-dynamic' or '@angular/platform-server'?&lt;/li&gt;
&lt;li&gt;Alternatively provide the compiler with 'import "@angular/compiler";' before bootstrapping.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I've googled every piece of this message and gone down some trippy rabbit holes and I always come back to this. I'm sure this isn't enough info to get the help I need so I'm happy to provide whatever details I can. Thanks in advance.&lt;/p&gt;

&lt;p&gt;Joe&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
