使用angular ssr与Nestjs进行Angular8路由

在将universal-nest与嵌套的角度SSR一起使用时,是否可以先点击nestJS路由,然后将其重定向到包含内容的角度应用程序?

例如nest js控制器,

<properties>
    <maven.compiler.release>11</maven.compiler.release>
</properties>

<build>
    <pluginmanagement>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.8.1</version>
            </plugin>
        </plugins>
    </pluginmanagement>
</build>
zhchea 回答:使用angular ssr与Nestjs进行Angular8路由

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3100168.html

大家都在问