To ensure only s3 actions are allowed only when there is an SSL request, you can apply to following s3 bucket policy to achieve this
{
"Version": "2012-10-17",
"Statement&
Here is how i setup my ghost blog up in 5 minutes by using docker compose to spin up several containers, the ghost blog itself, nginx which will act as a reverse proxy
If you use something like this in your template
<div *ngFor="let obj of filterObjects(obj)">
Something something: {{ obj.someProperty }}
</div>
<!-- OR -->
<
What are directives?
Directives are an Angular construct to extend a behavior or the appearance of a DOM element in a specific way. At its core, it’s just a function that executes
When we would like to update our template by binding to a method, it will get called every time the app updates which is incredibly inefficient.
For example,
@Component({
selector: "app-people"